4 references to Max
System.Data.Common (4)
System\Data\Filter\AggregateNode.cs (2)
16
Max = FunctionId.
Max
,
53
else if (aggregateType == FunctionId.
Max
)
System\Data\Filter\FunctionNode.cs (2)
34
new Function("Max", FunctionId.
Max
, typeof(object), false, false, 1, null, null, null),
587
(s_funcs[_info]._id == FunctionId.
Max
) ||