5 references to Aggregate
System.Data (5)
fx\src\data\System\Data\Filter\AggregateNode.cs (2)
28private readonly Aggregate aggregate; 50this.aggregate = (Aggregate)(int)aggregateType;
fx\src\data\System\Data\Filter\ExpressionParser.cs (3)
350Aggregate agg = (Aggregate)(int)((FunctionNode)node).Aggregate; 351if (agg != Aggregate.None) {