Given a component path expression, get the type of the property
Namespace:
NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function ToType ( _ propertyName As String _ ) As IType |
C# |
---|
IType ToType( string propertyName ) |
Visual C++ |
---|
IType^ ToType( String^ propertyName ) |
JavaScript |
---|
function toType(propertyName); |
Parameters
- propertyName
- Type: System..::.String