Share via


DbJoinExpression.Right Property

Definition

Gets the DbExpressionBinding that provides the right input.

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

Property Value

The DbExpressionBinding that provides the right input.

Applies to