Overload List
| Name | Description | |
|---|---|---|
| GetJoinType(Boolean, Int32) | 
            Use an inner join if it is a non-null association and this
            is the "first" join in a series
              (Inherited from JoinWalker.) | |
| GetJoinType(IAssociationType, FetchMode, String, String, array<String>[]()[][], Boolean, Int32, CascadeStyle) | 
            Get the join type (inner, outer, etc) or -1 if the
            association should not be joined. Override on
            subclasses.
              (Inherited from JoinWalker.) | |
| GetJoinType(IAssociationType, FetchMode, String, ISet, String, array<String>[]()[][], Boolean, Int32) | 
            We can use an inner join for first many-to-many association
              |