DbExpressionBuilder.Project(DbExpressionBinding, DbExpression) Methode

Definition

Erstellt eine neue DbProjectExpression , die den angegebenen Ausdruck über den angegebenen Eingabesatz projiziert.

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

Parameter

input
DbExpressionBinding

Eine Ausdrucksbindung, die den Eingabesatz angibt.

projection
DbExpression

Ein Ausdruck, der über dem Satz projiziert werden soll.

Gibt zurück

Ein neues DbProjectExpression, das den Projektionsvorgang darstellt.

Ausnahmen

input oder projection ist NULL.

Gilt für: