DbProjectExpression.Projection 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 ou définit la DbExpression projection.
public:
property System::Data::Common::CommandTrees::DbExpression ^ Projection { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Projection { get; }
member this.Projection : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Projection As DbExpression
Valeur de propriété
Qui DbExpression définit la projection.
Exceptions
L’expression est null.
L’expression n’est pas associée à l’arborescence de commandes du , ou son type de DbProjectExpressionrésultat n’est pas égal ou promotable au type de référence de la projection actuelle.