Condividi tramite


DbExpressionBuilder.Project(DbExpressionBinding, DbExpression) Metodo

Definizione

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

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

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 proiezione è Null.

Si applica a