Overload List

  NameDescription
Outer(IList<(Of <(JoinCondition>)>))
Specifies a (left) outer join between two entries in the Mappings collection.
Outer<(Of <(TLhs, TRhs>)>)(String, String)
Specifies a (left) outer join between two entity types.
Outer(String, String, String, String)
Specifies a (left) outer join between two entries in the Mappings collection.
Outer(Type, Query, String, String)
Specifies a (left) outer join between an entity type and a query
Outer(Type, Type, String, String)
Specifies a (left) outer join between two entity types.
Outer(Type, Type, String, String, String, String)
Specifies a (left) outer join between an entity type and a query

See Also