Sdílet prostřednictvím


EdmFunctions.Sum(DbExpression) Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonický 'Sum' funkce nad zadanou kolekci. Typ výsledku výrazu je stejný jako typ elementu kolekce.

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

Parametry

collection
DbExpression

Výraz, který určuje kolekci, ze které se má vypočítat součet.

Návraty

Nový DbFunctionExpression, který vytváří součet.

Výjimky

collection je null.

Formát collection je neplatný.

Platí pro