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)
222
return _column!.GetAggregateValue(records,
_type
);
235
return _column!.GetAggregateValue(records,
_type
);