DbExpressionBuilder.Bind(DbExpression) Méthode

Définition

Crée une DbExpressionBinding qui utilise un nom de variable généré pour lier l'expression donnée.

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

Paramètres

input
DbExpression

Expression à lier.

Retours

Nouvelle expression qui lie l'expression spécifiée avec un nom de variable généré.

Exceptions

input a la valeur null.

input n'a pas de résultat de collection.

S’applique à