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:
[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

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 la colección.

Se aplica a