4 references to Count
System.Data (4)
fx\src\data\System\Data\Filter\AggregateNode.cs (2)
21Count = FunctionId.Count, 60else if (aggregateType == FunctionId.Count)
fx\src\data\System\Data\Filter\FunctionNode.cs (2)
42new Function("Count", FunctionId.Count, typeof(object), false, false, 1, null, null, null), 502(funcs[this.info].id == FunctionId.Count) ||