DbExpressionBuilder.Project(DbExpressionBinding, DbExpression) Méthode
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.
Crée un objet DbProjectExpression qui projette l'expression spécifiée sur le jeu de données d'entrée indiqué.
public static System.Data.Entity.Core.Common.CommandTrees.DbProjectExpression Project (this System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding input, System.Data.Entity.Core.Common.CommandTrees.DbExpression projection);
static member Project : System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbProjectExpression
<Extension()>
Public Function Project (input As DbExpressionBinding, projection As DbExpression) As DbProjectExpression
Paramètres
- input
- DbExpressionBinding
Liaison d'expression qui spécifie le jeu de données d'entrée.
- projection
- DbExpression
Expression à projeter sur le jeu.
Retours
Nouvelle DbProjectExpression qui représente l'opération de projection.
Exceptions
l’entrée ou la projection a la valeur Null.