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 DbNotExpression élément qui effectue la négation logique de l’argument donné.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbNotExpression ^ Not(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbNotExpression Not(this System.Data.Common.CommandTrees.DbExpression argument);
static member Not : System.Data.Common.CommandTrees.DbExpression -> System.Data.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 avec l’argument spécifié.
Exceptions
argument a la valeur null.
argument n’a pas de type de résultat booléen.