DbExpressionBuilder.Not(DbExpression) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.