DbExpressionBuilder.Aggregate(EdmFunction, DbExpression) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy nowy adres DbFunctionAggregate.
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate Aggregate (this System.Data.Entity.Core.Metadata.Edm.EdmFunction function, System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member Aggregate : System.Data.Entity.Core.Metadata.Edm.EdmFunction * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionAggregate
<Extension()>
Public Function Aggregate (function As EdmFunction, argument As DbExpression) As DbFunctionAggregate
Parametry
- function
- EdmFunction
Funkcja, która definiuje operację agregacji.
- argument
- DbExpression
Argument, dla którego ma zostać obliczona funkcja agregacji.
Zwraca
Nowa funkcja agreguje z odwołaniem do danej funkcji i argumentu. Właściwość Distinct agregującej funkcji będzie miała wartość false.
Wyjątki
funkcja lub argument o wartości null.
funkcja nie jest funkcją agregowaną lub ma więcej niż jeden argument lub typ wyniku argumentu nie jest równy lub jest promotable dla typu parametru funkcji.