2 references to Aggregate
System.Data.Entity (2)
System\Data\Metadata\Edm\EdmFunction.cs (2)
42
if (payload.IsAggregate.HasValue) SetFunctionAttribute(ref _functionAttributes, FunctionAttributes.
Aggregate
, payload.IsAggregate.Value);
224
return GetFunctionAttribute(FunctionAttributes.
Aggregate
);