Udostępnij za pośrednictwem


DbExpressionBuilder.Exists(DbExpression) Metoda

Definicja

Tworzy nowy DbExpression , który określa, czy określony argument zestawu jest niepusty.

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

Parametry

argument
DbExpression

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

Zwraca

Nowy DbNotExpression zastosowany do nowego DbIsEmptyExpression z określonym argumentem.

Wyjątki

argument ma wartość null.

argument nie ma typu wyników kolekcji.

Dotyczy