DbJoinExpression.Right Propiedad

Definición

Obtiene el DbExpressionBinding que proporciona la entrada derecha.

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

Valor de propiedad

DbExpressionBinding que proporciona la entrada derecha.

Se aplica a