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