4 references to Sum
System.Data.Common (4)
System\Data\Filter\AggregateNode.cs (2)
13
Sum = FunctionId.
Sum
,
47
if (aggregateType == FunctionId.
Sum
)
System\Data\Filter\FunctionNode.cs (2)
36
new Function("Sum", FunctionId.
Sum
, typeof(object), false, false, 1, null, null, null),
584
bool aggregate = (s_funcs[_info]._id == FunctionId.
Sum
) ||