4 references to AddAggregate
System.Data.Entity (4)
System\Data\Metadata\Edm\Provider\EdmProviderManifest.cs (4)
520
functions.ForTypes(parameterTypes, type => functions.
AddAggregate
("Max", type));
521
functions.ForTypes(parameterTypes, type => functions.
AddAggregate
("Min", type));
529
functions.ForTypes(parameterTypes, type => functions.
AddAggregate
("Avg", type));
530
functions.ForTypes(parameterTypes, type => functions.
AddAggregate
("Sum", type));