DbExpressionBuilder.Bind(DbExpression) Método
Definição
Cria uma nova DbExpressionBinding que usa um nome de variável gerado para associar a expressão fornecida.Creates a new DbExpressionBinding that uses a generated variable name to bind the given expression.
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
A expressão a ser associada.The expression to bind.
Retornos
Uma nova associação de expressão com a expressão especificada e um nome de variável gerado.A new expression binding with the specified expression and a generated variable name.
Exceções
input é nulo.input is null.
input não tem um resultado de coleção.input does not have a collection result.