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