DbExpressionBuilder.Bind(DbExpression) Méthode

Définition

Crée un nouveau DbExpressionBinding 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 liaison d’expression avec l’expression spécifiée et un nom de variable généré.

Exceptions

input a la valeur null.

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

S’applique à