Use an inner join if it is a non-null association and this
is the "first" join in a series
Namespace:
NHibernate.LoaderAssembly: 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); |