EdmFunctions.StDevP(DbExpression) Yöntem

Tanım

Belirtilen koleksiyonun popülasyonu üzerinde kurallı 'StDevP' 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 ^ StDevP(System::Data::Common::CommandTrees::DbExpression ^ collection);
public static System.Data.Common.CommandTrees.DbFunctionExpression StDevP (this System.Data.Common.CommandTrees.DbExpression collection);
static member StDevP : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function StDevP (collection As DbExpression) As DbFunctionExpression

Parametreler

collection
DbExpression

Standart sapmanın hesaplanması gereken koleksiyonu belirten bir ifade.

Döndürülenler

Standart sapma değerini üreten yeni bir DbFunctionExpression.

Özel durumlar

collection, null değeridir.

collection geçersizdir.

Şunlara uygulanır