Partager via


DbExpressionBuilder.In Méthode

Définition

Crée un DbInExpression qui correspond au résultat de l’expression spécifiée avec les résultats des expressions constantes dans la liste spécifiée.

public static System.Data.Entity.Core.Common.CommandTrees.DbInExpression In (this System.Data.Entity.Core.Common.CommandTrees.DbExpression expression, System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbConstantExpression> list);
static member In : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbConstantExpression> -> System.Data.Entity.Core.Common.CommandTrees.DbInExpression
<Extension()>
Public Function In (expression As DbExpression, list As IList(Of DbConstantExpression)) As DbInExpression

Paramètres

expression
DbExpression

DbExpression à mettre en correspondance.

list
IList<DbConstantExpression>

Liste de DbConstantExpression à tester pour obtenir une correspondance.

Retours

Nouvelle DbInExpression avec les arguments spécifiés.

Exceptions

expression oulist a la valeur null.

Type de résultat deexpression est différent du type de résultat d’une expression de list.

S’applique à