DbExpressionBuilder.Exists(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 nouveau DbExpression qui détermine si l’argument set spécifié n’est pas vide.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbExpression ^ Exists(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbExpression Exists(this System.Data.Common.CommandTrees.DbExpression argument);
static member Exists : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbExpression
<Extension()>
Public Function Exists (argument As DbExpression) As DbExpression
Paramètres
- argument
- DbExpression
Expression qui spécifie le jeu d’entrées.
Retours
Nouveau DbNotExpression appliqué à un nouveau DbIsEmptyExpression avec l’argument spécifié.
Exceptions
argument a la valeur null.
argument n’a pas de type de résultat de collection.