4 references to Avg
System.Data.Common (4)
System\Data\Filter\AggregateNode.cs (2)
14
Avg = FunctionId.
Avg
,
49
else if (aggregateType == FunctionId.
Avg
)
System\Data\Filter\FunctionNode.cs (2)
40
new Function("Avg", FunctionId.
Avg
, typeof(object), false, false, 1, null, null, null),
585
(s_funcs[_info]._id == FunctionId.
Avg
) ||