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); |