DbExpressionBuilder.Project(DbExpressionBinding, DbExpression) Metodo

Definizione

Crea un nuovo oggetto DbProjectExpression che proietta l'espressione indicata 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 a un'espressione che specifica il set di input.

projection
DbExpression

Espressione da proiettare sul set.

Restituisce

Nuovo DbProjectExpression che rappresenta l'operazione di proiezione.

Eccezioni

input o projection è null.

Si applica a