7 writes to _type
System.Data.Common (7)
System\Data\Filter\AggregateNode.cs (7)
48_type = AggregateType.Sum; 50_type = AggregateType.Mean; 52_type = AggregateType.Min; 54_type = AggregateType.Max; 56_type = AggregateType.Count; 58_type = AggregateType.Var; 60_type = AggregateType.StDev;
2 references to _type
System.Data.Common (2)
System\Data\Filter\AggregateNode.cs (2)
222return _column!.GetAggregateValue(records, _type); 235return _column!.GetAggregateValue(records, _type);