EdmFunctions.LongCount(DbExpression) 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 koleksiyon üzerinde kurallı 'BigCount' işlevini çağıran bir DbFunctionExpression oluşturur. İfadenin sonuç türü Edm.Int64'tür.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ LongCount(System::Data::Common::CommandTrees::DbExpression ^ collection);
public static System.Data.Common.CommandTrees.DbFunctionExpression LongCount (this System.Data.Common.CommandTrees.DbExpression collection);
static member LongCount : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function LongCount (collection As DbExpression) As DbFunctionExpression
Parametreler
- collection
- DbExpression
Count değerinin hesaplanması gereken koleksiyonu belirten ifade.
Döndürülenler
Sayı değerini üreten yeni bir DbFunctionExpression.
Özel durumlar
collection, null değeridir.
collection geçersizdir.