Example #1
0
 public IncludeJoin <TOther> JoinToInclude <TOther>(JoinType joinType, IQueryableDocument other, MemberInfo[] members, Action <TOther> callback)
 {
     return(_inner.JoinToInclude <TOther>(joinType, other, members, callback));
 }