Compartir a través de


DbExpressionBuilder.Bind(DbExpression) Método

Definición

Crea un nuevo DbExpressionBinding objeta que usa un nombre de variable generado para enlazar la expresión dada.

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

Parámetros

input
DbExpression

Expresión que se va a enlazar.

Devoluciones

Nuevo enlace de expresiones con la expresión especificada y un nombre de variable generado.

Excepciones

input es null.

input no tiene un resultado de colección.

Se aplica a