4 references to Sum
System.Data (4)
fx\src\data\System\Data\Filter\AggregateNode.cs (2)
17
Sum = FunctionId.
Sum
,
52
if (aggregateType == FunctionId.
Sum
)
fx\src\data\System\Data\Filter\FunctionNode.cs (2)
41
new Function("Sum", FunctionId.
Sum
, typeof(object), false, false, 1, null, null, null),
498
bool aggregate = (funcs[this.info].id == FunctionId.
Sum
) ||