DbExpressionBuilder.All Yöntem

Tanım

Verilen koşulun giriş kümesinin tüm öğeleri için ayrı tutup tutmadığını belirleyen yeni DbQuantifierExpression bir oluşturur.

Aşırı Yüklemeler

Name Description
All(DbExpression, Func<DbExpression,DbExpression>)

Verilen koşulun giriş kümesinin tüm öğeleri için ayrı tutup tutmadığını belirleyen yeni DbQuantifierExpression bir oluşturur.

All(DbExpressionBinding, DbExpression)

Verilen koşulun giriş kümesinin tüm öğeleri için ayrı tutup tutmadığını belirleyen yeni DbQuantifierExpression bir oluşturur.

All(DbExpression, Func<DbExpression,DbExpression>)

Verilen koşulun giriş kümesinin tüm öğeleri için ayrı tutup tutmadığını belirleyen yeni DbQuantifierExpression bir oluşturur.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbQuantifierExpression ^ All(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 All(this System.Data.Common.CommandTrees.DbExpression source, Func<System.Data.Common.CommandTrees.DbExpression,System.Data.Common.CommandTrees.DbExpression> predicate);
static member All : System.Data.Common.CommandTrees.DbExpression * Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> -> System.Data.Common.CommandTrees.DbQuantifierExpression
<Extension()>
Public Function All (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öntem, koşul mantığını sağlayan boole sonuç türüne sahip bir ifade üretmelidir.

Döndürülenler

All işlemini temsil eden yeni bir DbQuantifierExpression.

Özel durumlar

source veya predicate null değeridir.

-veya-

tarafından predicate üretilen ifade null.

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

-veya-

tarafından predicate üretilen ifadenin Boole sonuç türü yok.

Şunlara uygulanır

All(DbExpressionBinding, DbExpression)

Verilen koşulun giriş kümesinin tüm öğeleri için ayrı tutup tutmadığını belirleyen yeni DbQuantifierExpression bir oluşturur.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbQuantifierExpression ^ All(System::Data::Common::CommandTrees::DbExpressionBinding ^ input, System::Data::Common::CommandTrees::DbExpression ^ predicate);
public static System.Data.Common.CommandTrees.DbQuantifierExpression All(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression predicate);
static member All : System.Data.Common.CommandTrees.DbExpressionBinding * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbQuantifierExpression
<Extension()>
Public Function All (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

All işlemini temsil eden yeni bir DbQuantifierExpression.

Özel durumlar

input veya predicate null değeridir.

predicate Boole sonuç türüne sahip değil.

Şunlara uygulanır