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