Udostępnij za pośrednictwem


DbExpressionBuilder.Project(DbExpressionBinding, DbExpression) Metoda

Definicja

Tworzy nowy DbProjectExpression , który projektuje określone wyrażenie dla danego zestawu danych wejściowych.

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

Parametry

input
DbExpressionBinding

Powiązanie wyrażenia, które określa zestaw danych wejściowych.

projection
DbExpression

Wyrażenie do projektu nad zestawem.

Zwraca

Nowa funkcja DbProjectExpression reprezentująca operację projekcji.

Wyjątki

input lub projection ma wartość null.

Dotyczy