Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function AggregateType ( _ funcTokenList As ArrayList, _ type As IType, _ q As QueryTranslator _ ) As IType |
C# |
---|
public IType AggregateType( ArrayList funcTokenList, IType type, QueryTranslator q ) |
Visual C++ |
---|
public: IType^ AggregateType( ArrayList^ funcTokenList, IType^ type, QueryTranslator^ q ) |
JavaScript |
---|
function aggregateType(funcTokenList, type, q); |