Share via


DbJoinExpression.Left Property

Definition

Gets the DbExpressionBinding that provides the left input.

public System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding Left { get; }
member this.Left : System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding
Public ReadOnly Property Left As DbExpressionBinding

Property Value

The DbExpressionBinding that provides the left input.

Applies to