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