Sdílet prostřednictvím


EdmFunctions.Average(DbExpression) Metoda

Definice

Vytvoří funkci DbFunctionExpression , která vyvolá kanonickou funkci Avg nad zadanou kolekcí. Typ výsledku výrazu je stejný jako typ elementu kolekce.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ Average(System::Data::Common::CommandTrees::DbExpression ^ collection);
public static System.Data.Common.CommandTrees.DbFunctionExpression Average (this System.Data.Common.CommandTrees.DbExpression collection);
static member Average : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Average (collection As DbExpression) As DbFunctionExpression

Parametry

collection
DbExpression

Výraz, který určuje kolekci, ze které se má vypočítat průměrná hodnota.

Návraty

Nový DbFunctionExpression, který vytváří průměrnou hodnotu.

Výjimky

collection je null.

Formát collection je neplatný.

Platí pro