This topic has not yet been rated - Rate this topic

DbExpressionBuilder.LeftOuterJoin Method

.NET Framework 4.5

Creates a new DbJoinExpression that joins the sets specified by the left and right expressions, on the specified join condition, using LeftOuterJoin as the DbExpressionKind.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member LeftOuterJoin(DbExpression, DbExpression, Func<DbExpression, DbExpression, DbExpression>) Creates a new DbJoinExpression that joins the sets specified by the left and right expressions, on the specified join condition, using LeftOuterJoin as the DbExpressionKind.
Public method Static member LeftOuterJoin(DbExpressionBinding, DbExpressionBinding, DbExpression) Creates a new DbJoinExpression that joins the sets specified by the left and right expression bindings, on the specified join condition, using LeftOuterJoin as the DbExpressionKind.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.