DbExpressionBuilder.Exists(DbExpression) Metodo

Definizione

Crea un nuovo DbExpression oggetto che determina se l'argomento 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.

Valori restituiti

Nuovo oggetto applicato a un nuovo DbNotExpressionDbIsEmptyExpression oggetto con l'argomento specificato.

Eccezioni

argument è null.

argument non dispone di un tipo di risultato della raccolta.

Si applica a