DbExpressionBuilder.Project(DbExpressionBinding, DbExpression) Metodo

Definizione

Crea un nuovo DbProjectExpression oggetto che proietta l'espressione specificata sul set di input specificato.

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

Parametri

input
DbExpressionBinding

Associazione di espressioni che specifica il set di input.

projection
DbExpression

Espressione da proiettare sul set.

Valori restituiti

Nuovo DbProjectExpression che rappresenta l'operazione di proiezione.

Eccezioni

input o projection è null.

Si applica a