Sdílet prostřednictvím


EdmFunctions.StDevP(DbExpression) Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonický 'StDevP' funkce přes základní soubor zadané kolekce. Typ výsledku výrazu je 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

Parametry

collection
DbExpression

Výraz, který určuje kolekci, pro kterou se má vypočítat směrodatná odchylka.

Návraty

Nový DbFunctionExpression, který vytváří směrodatnou odchylku hodnoty.

Výjimky

collection je null.

Formát collection je neplatný.

Platí pro