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