Get the type of a particular (named) property
Namespace: NHibernate.MetadataAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
IType GetPropertyType( string propertyName ) |
Visual Basic |
---|
Function GetPropertyType ( _ propertyName As String _ ) As IType |
Visual C++ |
---|
IType^ GetPropertyType( String^ propertyName ) |
Parameters
- propertyName
- Type: System..::..String
[Missing <param name="propertyName"/> documentation for "M:NHibernate.Metadata.IClassMetadata.GetPropertyType(System.String)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Metadata.IClassMetadata.GetPropertyType(System.String)"]