Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetSubclassPropertyType ( _ i As Integer _ ) As IType |
C# |
---|
public IType GetSubclassPropertyType( int i ) |
Visual C++ |
---|
public: virtual IType^ GetSubclassPropertyType( int i ) sealed |
JavaScript |
---|
function getSubclassPropertyType(i); |
Parameters
- i
- Type: System..::.Int32