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) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected JoinType GetJoinType( bool nullable, int currentDepth ) |
Visual Basic |
---|
Protected Function GetJoinType ( _ nullable As Boolean, _ currentDepth As Integer _ ) As JoinType |
Visual C++ |
---|
protected: JoinType GetJoinType( bool nullable, int currentDepth ) |
Parameters
- nullable
- Type: System..::..Boolean
[Missing <param name="nullable"/> documentation for "M:NHibernate.Loader.JoinWalker.GetJoinType(System.Boolean,System.Int32)"]
- currentDepth
- Type: System..::..Int32
[Missing <param name="currentDepth"/> documentation for "M:NHibernate.Loader.JoinWalker.GetJoinType(System.Boolean,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Loader.JoinWalker.GetJoinType(System.Boolean,System.Int32)"]