Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function GetType ( _
	criteria As ICriteria, _
	propertyPath As String _
) As IType
C#
IType GetType(
	ICriteria criteria,
	string propertyPath
)
Visual C++
IType^ GetType(
	ICriteria^ criteria, 
	String^ propertyPath
)
JavaScript
function getType(criteria, propertyPath);

Parameters

criteria
Type: NHibernate..::.ICriteria
propertyPath
Type: System..::.String

See Also