DbJoinExpression.Right Property

Definition

Gets the DbExpressionBinding that provides the right input.

public:
 property System::Data::Common::CommandTrees::DbExpressionBinding ^ Right { System::Data::Common::CommandTrees::DbExpressionBinding ^ get(); };
public System.Data.Common.CommandTrees.DbExpressionBinding Right { get; }
member this.Right : System.Data.Common.CommandTrees.DbExpressionBinding
Public ReadOnly Property Right As DbExpressionBinding

Property Value

The DbExpressionBinding that provides the right input.

Applies to