DbBinaryExpression.Right Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.