DbExpressionBuilder.All Yöntem

Tanım

Verilen koşulun giriş kümesinin tüm öğeleri için barındırılıp barındırılmayacağını belirleyen yeni DbQuantifierExpression bir oluşturur.

Aşırı Yüklemeler

All(DbExpression, Func<DbExpression,DbExpression>)

Verilen koşulun giriş kümesinin tüm öğeleri için barındırılıp barındırılmayacağını belirleyen yeni DbQuantifierExpression bir oluşturur.

All(DbExpressionBinding, DbExpression)

Verilen koşulun giriş kümesinin tüm öğeleri için barındırılıp barındırılmayacağını belirleyen yeni DbQuantifierExpression bir oluşturur.

All(DbExpression, Func<DbExpression,DbExpression>)

Verilen koşulun giriş kümesinin tüm öğeleri için barındırılıp barındırılmayacağı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 oluşturmalıdır.

Döndürülenler

DbQuantifierExpression

All işlemini temsil eden yeni bir DbQuantifierExpression.

Özel durumlar

source veya predicate null.

-veya-

tarafından predicate oluşturulan ifade null.

source bir 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 barındırılıp barındırılmayacağı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 bir ifade.

Döndürülenler

DbQuantifierExpression

All işlemini temsil eden yeni bir DbQuantifierExpression.

Özel durumlar

input veya predicate null.

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

Şunlara uygulanır