Прочетете на английски Редактиране

Споделяне чрез


DbExpressionBuilder.Bind(DbExpression) Method

Definition

Creates a new DbExpressionBinding that uses a generated variable name to bind the given expression.

C#
public static System.Data.Common.CommandTrees.DbExpressionBinding Bind(this System.Data.Common.CommandTrees.DbExpression input);

Parameters

input
DbExpression

The expression to bind.

Returns

A new expression binding with the specified expression and a generated variable name.

Exceptions

input is null.

input does not have a collection result.

Applies to

Продукт Версии
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1