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

Syntax

Visual Basic (Declaration)
Function GetPropertyType ( _
	persistentClass As Type, _
	propertyName As String _
) As IType
C#
IType GetPropertyType(
	Type persistentClass,
	string propertyName
)
Visual C++
IType^ GetPropertyType(
	Type^ persistentClass, 
	String^ propertyName
)
JavaScript
function getPropertyType(persistentClass, propertyName);

Parameters

persistentClass
Type: System..::.Type
propertyName
Type: System..::.String

Return Value

See Also