DbExpressionBuilder.Bind Method (DbExpression)

 

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

Namespace:   System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder
Assembly:  EntityFramework (in EntityFramework.dll)

public static DbExpressionBinding Bind(
	this DbExpression input
)

Parameters

input
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpression

The expression to bind.

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding

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

Exception Condition
ArgumentNullException

input is null.

ArgumentException

input does not have a collection result type.