DbExpressionBuilder.Project(DbExpressionBinding, DbExpression) Methode

Definitie

Hiermee maakt u een nieuwe DbProjectExpression waarmee de opgegeven expressie wordt geprojecteerd op de opgegeven invoerset.

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

Parameters

input
DbExpressionBinding

Een expressiebinding waarmee de invoerset wordt opgegeven.

projection
DbExpression

Een expressie om over de set te projecteren.

Retouren

Een nieuwe DbProjectExpression die de projectiebewerking vertegenwoordigt.

Uitzonderingen

input of projection null is.

Van toepassing op