DbExpressionBuilder.Exists(DbExpression) Yöntem

Tanım

Belirtilen küme bağımsız değişkeninin boş olmadığını belirleyen yeni DbExpression bir oluşturur.

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

Parametreler

argument
DbExpression

Giriş kümesini belirten bir ifade.

Döndürülenler

Belirtilen bağımsız değişkenle bir yeniye uygulanan yeni DbNotExpressionDbIsEmptyExpression .

Özel durumlar

argument null değeridir.

argument koleksiyon sonuç türüne sahip değil.

Şunlara uygulanır