DbExpressionBuilder.Exists(DbExpression) Metodo

Definizione

Crea un nuovo oggetto DbExpression che determina se l'argomento di set specificato è non vuoto.

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

Parametri

argument
DbExpression

Espressione che specifica il set di input.

Restituisce

Nuovo DbNotExpression applicato al nuovo DbIsEmptyExpression con l'argomento specificato.

Eccezioni

argument è null.

argument non contiene di un tipo di risultato della raccolta.

Si applica a