Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
IEntityPersister..::.GetPropertyType(String)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetPropertyType ( _ path As String _ ) As IType |
C# |
---|
public virtual IType GetPropertyType( string path ) |
Visual C++ |
---|
public: virtual IType^ GetPropertyType( String^ path ) |
JavaScript |
---|
function getPropertyType(path); |
Parameters
- path
- Type: System..::.String
Implements
IClassMetadata..::.GetPropertyType(String)IEntityPersister..::.GetPropertyType(String)