EdmFunctions.StDev(DbExpression) Yöntem

Tanım

Belirtilen koleksiyonun null olmayan üyeleri üzerinde kurallı 'StDev' işlevini çağıran bir DbFunctionExpression oluşturur. İfadenin sonuç türü Edm.Double'dır.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ StDev(System::Data::Common::CommandTrees::DbExpression ^ collection);
public static System.Data.Common.CommandTrees.DbFunctionExpression StDev(this System.Data.Common.CommandTrees.DbExpression collection);
static member StDev : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function StDev (collection As DbExpression) As DbFunctionExpression

Parametreler

collection
DbExpression

Standart sapmanın hesaplanması gereken koleksiyonu belirten ifade.

Döndürülenler

Koleksiyonun null olmayan üyelerine göre standart sapma değerini üreten yeni bir DbFunctionExpression.

Özel durumlar

collection, null'e eşittir.

collection geçersiz.

Şunlara uygulanır