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

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

Syntax

C#
IType GetSubclassPropertyType(
	int i
)
Visual Basic
Function GetSubclassPropertyType ( _
	i As Integer _
) As IType
Visual C++
IType^ GetSubclassPropertyType(
	int i
)

Parameters

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:NHibernate.Persister.Entity.IOuterJoinLoadable.GetSubclassPropertyType(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Persister.Entity.IOuterJoinLoadable.GetSubclassPropertyType(System.Int32)"]

See Also