4 references to Count
System.Data.Common (4)
System\Data\Filter\AggregateNode.cs (2)
17Count = FunctionId.Count, 55else if (aggregateType == FunctionId.Count)
System\Data\Filter\FunctionNode.cs (2)
37new Function("Count", FunctionId.Count, typeof(object), false, false, 1, null, null, null), 588(s_funcs[_info]._id == FunctionId.Count) ||