EdmFunctions.StDevP(DbExpression) Metódus

Definíció

Létrehoz egy olyan fájlt DbFunctionExpression , amely meghívja a canonical "StDevP" függvényt a megadott gyűjtemény populációja felett. A kifejezés eredménytípusa Edm.Double.

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

Paraméterek

collection
DbExpression

Egy kifejezés, amely megadja azt a gyűjteményt, amelyhez a szórást ki kell számítani.

Válaszok

Egy új DbFunctionExpression, amely a szórás értékét állítja elő.

Kivételek

collection az null.

collection érvénytelen.

A következőre érvényes: