7 writes to type
System.Data (7)
fx\src\data\System\Data\Filter\AggregateNode.cs (7)
53this.type = AggregateType.Sum; 55this.type = AggregateType.Mean; 57this.type = AggregateType.Min; 59this.type = AggregateType.Max; 61this.type = AggregateType.Count; 63this.type = AggregateType.Var; 65this.type = AggregateType.StDev;
2 references to type
System.Data (2)
fx\src\data\System\Data\Filter\AggregateNode.cs (2)
197return column.GetAggregateValue(records, type); 207return column.GetAggregateValue(records, type);