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

Syntax

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

Parameters

i
Type: System..::.Int32

Implements

IOuterJoinLoadable..::.IsSubclassPropertyNullable(Int32)

See Also