Partager via


DbExpressionBuilder.Not(DbExpression) Méthode

Définition

Crée un objet DbNotExpression qui effectue la négation logique de l'argument spécifié.

public static System.Data.Entity.Core.Common.CommandTrees.DbNotExpression Not (this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member Not : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbNotExpression
<Extension()>
Public Function Not (argument As DbExpression) As DbNotExpression

Paramètres

argument
DbExpression

Expression booléenne qui spécifie l'argument.

Retours

Nouvelle DbNotExpression de l'argument spécifié.

Exceptions

argument est null.

l’argument n’a pas de type de résultat booléen.

S’applique à