DbExpressionBuilder.Exists(DbExpression) Méthode

Définition

Crée un objet DbExpression qui détermine si l'argument de jeu 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 de données d'entrée.

Retours

Nouvelle DbNotExpression appliquée à une nouvelle DbIsEmptyExpression avec un argument spécifié.

Exceptions

argument a la valeur null.

argument n’a pas un type de résultat collection.

S’applique à