Udostępnij za pośrednictwem


DbExpressionBuilder.IsEmpty(DbExpression) Metoda

Definicja

Tworzy nowy DbIsEmptyExpression , który określa, czy określony argument zestawu jest pustym zestawem.

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

Parametry

argument
DbExpression

Wyrażenie określające zestaw danych wejściowych.

Zwraca

Nowa baza danych DbIsEmptyExpression z określonym argumentem.

Wyjątki

argument ma wartość null.

argument nie ma typu wyników kolekcji.

Dotyczy