Is the numbered property of the class of subclass nullable?

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

Syntax

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

Parameters

i
Type: System..::.Int32

See Also