Is this property defined on a subclass of the mapped class?

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

Syntax

Visual Basic (Declaration)
Function IsDefinedOnSubclass ( _
	i As Integer _
) As Boolean
C#
bool IsDefinedOnSubclass(
	int i
)
Visual C++
bool IsDefinedOnSubclass(
	int i
)
JavaScript
function isDefinedOnSubclass(i);

Parameters

i
Type: System..::.Int32

Return Value

See Also