EdmFunctions.StDevP(DbExpression) Metoda

Definice

Vytvoří DbFunctionExpression , která vyvolá kanonickou funkci StDevP u základního souboru 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ý vytvoří směrodatnou hodnotu odchylky.

Výjimky

collection je null.

collection je neplatný.

Platí pro