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