EdmFunctions.StDevP(DbExpression) Methode

Definitie

Hiermee maakt u een DbFunctionExpression functie die de canonieke 'StDevP'-functie aanroept voor de populatie van de opgegeven verzameling. Het resultaattype van de expressie is 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

Parameters

collection
DbExpression

Een expressie die de verzameling aangeeft waarvoor de standaarddeviatie moet worden berekend.

Retouren

Een nieuwe DbFunctionExpression die de standaarddeviatiewaarde produceert.

Uitzonderingen

collection is null.

collection is ongeldig.

Van toepassing op