DbExpressionBuilder.IsEmpty(DbExpression) Metodo

Definizione

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

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

Parametri

argument
DbExpression

Espressione che specifica il set di input.

Restituisce

Nuovo DbIsEmptyExpression con l'argomento specificato.

Eccezioni

argument è null.

argument non contiene di un tipo di risultato della raccolta.

Si applica a