Partager via


DbBinaryExpression.Right Propriété

Définition

Obtient le DbExpression qui définit l’argument correct.

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

Valeur de propriété

Objet DbExpression qui définit l'argument de droite.

Exceptions

L'expression a la valeur null.

L’expression n’est pas associée à l’arborescence de commandes du DbBinaryExpression ,ou son type de résultat n’est pas égal ou promotable au type requis pour l’argument droit.

S’applique à