Use an inner join if it is a non-null association and this is the "first" join in a series

Namespace:  NHibernate.Loader
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Function GetJoinType ( _
	nullable As Boolean, _
	currentDepth As Integer _
) As JoinType
C#
protected JoinType GetJoinType(
	bool nullable,
	int currentDepth
)
Visual C++
protected:
JoinType GetJoinType(
	bool nullable, 
	int currentDepth
)
JavaScript
function getJoinType(nullable, currentDepth);

Parameters

nullable
Type: System..::.Boolean
currentDepth
Type: System..::.Int32

See Also