Get the type of a particular property
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetPropertyType ( _ propertyName As String _ ) As IType |
C# |
---|
IType GetPropertyType( string propertyName ) |
Visual C++ |
---|
IType^ GetPropertyType( String^ propertyName ) |
JavaScript |
---|
function getPropertyType(propertyName); |
Parameters
- propertyName
- Type: System..::.String