Namespace:
NHibernate.Expression
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetTypeUsingProjection ( _ criteria As ICriteria, _ propertyPath As String _ ) As IType |
C# |
---|
IType GetTypeUsingProjection( ICriteria criteria, string propertyPath ) |
Visual C++ |
---|
IType^ GetTypeUsingProjection( ICriteria^ criteria, String^ propertyPath ) |
JavaScript |
---|
function getTypeUsingProjection(criteria, propertyPath); |