DbBinaryExpression.Left 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 de gauche.
public virtual System.Data.Entity.Core.Common.CommandTrees.DbExpression Left { get; }
member this.Left : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Overridable ReadOnly Property Left As DbExpression
Valeur de propriété
Objet DbExpression qui définit l'argument de gauche.
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 de gauche.