DbExpressionBuilder.AggregateDistinct(EdmFunction, DbExpression) Metoda

Definice

Vytvoří nový DbFunctionAggregate , který se použije odlišným způsobem.

public static System.Data.Common.CommandTrees.DbFunctionAggregate AggregateDistinct (this System.Data.Metadata.Edm.EdmFunction function, System.Data.Common.CommandTrees.DbExpression argument);

Parametry

function
EdmFunction

Funkce, která definuje agregační operaci.

argument
DbExpression

Argument, ze kterého se má agregační funkce vypočítat.

Návraty

Nová agregace funkce s odkazem na danou funkci a argument. Vlastnost Distinct agregace funkce bude mít hodnotu true.

Výjimky

function nebo argument má hodnotu null.

function není agregační funkce nebo má více než jeden argument, nebo typ argument výsledku není roven nebo není možné ho povolit typu parametru function.

Platí pro

Produkt Verze
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1