Partager via


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

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

l’entrée est null.

l’entrée n’a pas de résultat de collection.

S’applique à