DbExpressionBuilder.Bind(DbExpression) Метод

Определение

Создает новый объект DbExpressionBinding, использующий сгенерированное имя переменной для привязки данного выражения.

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

Параметры

input
DbExpression

Выражение, которое требуется привязать.

Возвращаемое значение

Новая привязка выражения с указанным выражением и создаваемым именем переменной.

Исключения

Параметр input имеет значение null.

input не имеет результата коллекции.

Применяется к