Get an array of the types of all properties of all subclasses (optional operation)

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function GetSubclassPropertyType ( _
	i As Integer _
) As IType
C#
IType GetSubclassPropertyType(
	int i
)
Visual C++
IType^ GetSubclassPropertyType(
	int i
)
JavaScript
function getSubclassPropertyType(i);

Parameters

i
Type: System..::.Int32

Return Value

See Also