Udostępnij za pośrednictwem


DbExpressionBuilder.Bind(DbExpression) Metoda

Definicja

Tworzy nową DbExpressionBinding , która używa wygenerowanej nazwy zmiennej do powiązania danego wyrażenia.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbExpressionBinding ^ Bind(System::Data::Common::CommandTrees::DbExpression ^ input);
public static System.Data.Common.CommandTrees.DbExpressionBinding Bind (this System.Data.Common.CommandTrees.DbExpression input);
static member Bind : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbExpressionBinding
<Extension()>
Public Function Bind (input As DbExpression) As DbExpressionBinding

Parametry

input
DbExpression

Wyrażenie do powiązania.

Zwraca

Nowe powiązanie wyrażenia z określonym wyrażeniem i wygenerowaną nazwą zmiennej.

Wyjątki

input ma wartość null.

input nie ma wyniku kolekcji.

Dotyczy