Partager via


DbExpressionBuilder.Project(DbExpressionBinding, DbExpression) Méthode

Définition

Crée un objet DbProjectExpression qui projette l'expression spécifiée sur le jeu de données d'entrée indiqué.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbProjectExpression ^ Project(System::Data::Common::CommandTrees::DbExpressionBinding ^ input, System::Data::Common::CommandTrees::DbExpression ^ projection);
public static System.Data.Common.CommandTrees.DbProjectExpression Project (this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression projection);
static member Project : System.Data.Common.CommandTrees.DbExpressionBinding * System.Data.Common.CommandTrees.DbExpression -> System.Data.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

input ou projection est null.

S’applique à