DbExpressionBuilder.Bind(DbExpression) 方法

定义

创建一个新的 DbExpressionBinding,该对象使用生成的变量名称来绑定给定的表达式。

public static System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding Bind (this System.Data.Entity.Core.Common.CommandTrees.DbExpression input);
static member Bind : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbExpressionBinding
<Extension()>
Public Function Bind (input As DbExpression) As DbExpressionBinding

参数

input
DbExpression

要绑定的表达式。

返回

使用指定的表达式和生成的变量名称绑定新的表达式。

例外

input 为 null。

输入没有收集结果。

适用于