DbExpressionBuilder.Exists(DbExpression) Méthode

Définition

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.

S’applique à