DbExpressionBuilder.Any Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen küme bağımsız değişkeninin boş olup olmadığını belirleyen yeni DbExpression bir oluşturur.
Aşırı Yüklemeler
Any(DbExpression) |
Belirtilen küme bağımsız değişkeninin boş olup olmadığını belirleyen yeni DbExpression bir oluşturur. |
Any(DbExpression, Func<DbExpression,DbExpression>) |
Verilen koşulun giriş kümesinin herhangi bir öğesi için ayrı tutup tutmadığını belirleyen yeni DbQuantifierExpression bir oluşturur. |
Any(DbExpressionBinding, DbExpression) |
Verilen koşulun giriş kümesinin herhangi bir öğesi için ayrı tutup tutmadığını belirleyen yeni DbQuantifierExpression bir oluşturur. |
Any(DbExpression)
Belirtilen küme bağımsız değişkeninin boş olup olmadığını belirleyen yeni DbExpression bir oluşturur.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbExpression ^ Any(System::Data::Common::CommandTrees::DbExpression ^ source);
public static System.Data.Common.CommandTrees.DbExpression Any (this System.Data.Common.CommandTrees.DbExpression source);
static member Any : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbExpression
<Extension()>
Public Function Any (source As DbExpression) As DbExpression
Parametreler
- source
- DbExpression
Giriş kümesini belirten bir ifade.
Döndürülenler
DbNotExpression Belirtilen bağımsız değişkenle yeni DbIsEmptyExpression bir yeniye uygulandı.
Özel durumlar
source
null değeridir.
source
koleksiyon sonuç türüne sahip değil.
Şunlara uygulanır
Any(DbExpression, Func<DbExpression,DbExpression>)
Verilen koşulun giriş kümesinin herhangi bir öğesi için ayrı tutup tutmadığını belirleyen yeni DbQuantifierExpression bir oluşturur.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbQuantifierExpression ^ Any(System::Data::Common::CommandTrees::DbExpression ^ source, Func<System::Data::Common::CommandTrees::DbExpression ^, System::Data::Common::CommandTrees::DbExpression ^> ^ predicate);
public static System.Data.Common.CommandTrees.DbQuantifierExpression Any (this System.Data.Common.CommandTrees.DbExpression source, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> predicate);
static member Any : System.Data.Common.CommandTrees.DbExpression * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.Common.CommandTrees.DbQuantifierExpression
<Extension()>
Public Function Any (source As DbExpression, predicate As Func(Of DbExpression, DbExpression)) As DbQuantifierExpression
Parametreler
- source
- DbExpression
Giriş kümesini belirten bir ifade.
- predicate
- Func<DbExpression,DbExpression>
Giriş kümesinin her üyesi için değerlendirilecek koşulu temsil eden bir yöntem. Bu yöntemin koşul mantığını sağlayan boole sonuç türüne sahip bir ifade üretmesi gerekir.
Döndürülenler
Any işlemini temsil eden yeni bir DbQuantifierExpression.
Özel durumlar
source
koleksiyon sonuç türüne sahip değil.
-veya-
tarafından predicate
üretilen ifadenin Boole sonuç türü yok.
Şunlara uygulanır
Any(DbExpressionBinding, DbExpression)
Verilen koşulun giriş kümesinin herhangi bir öğesi için ayrı tutup tutmadığını belirleyen yeni DbQuantifierExpression bir oluşturur.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbQuantifierExpression ^ Any(System::Data::Common::CommandTrees::DbExpressionBinding ^ input, System::Data::Common::CommandTrees::DbExpression ^ predicate);
public static System.Data.Common.CommandTrees.DbQuantifierExpression Any (this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression predicate);
static member Any : System.Data.Common.CommandTrees.DbExpressionBinding * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbQuantifierExpression
<Extension()>
Public Function Any (input As DbExpressionBinding, predicate As DbExpression) As DbQuantifierExpression
Parametreler
- input
- DbExpressionBinding
Giriş kümesini belirten bir ifade bağlaması.
- predicate
- DbExpression
Giriş kümesinin her üyesi için değerlendirilecek koşulu temsil eden ifade.
Döndürülenler
Any işlemini temsil eden yeni bir DbQuantifierExpression.
Özel durumlar
input
veya predicate
null.
tarafından predicate
üretilen ifadenin Boole sonuç türü yok.