Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Fetch ( _ q As QueryTranslator, _ entityName As String _ ) |
C# |
---|
public void Fetch( QueryTranslator q, string entityName ) |
Visual C++ |
---|
public: void Fetch( QueryTranslator^ q, String^ entityName ) |
JavaScript |
---|
function fetch(q, entityName); |