4 references to Min
System.Data.Common (4)
System\Data\Filter\AggregateNode.cs (2)
15
Min = FunctionId.
Min
,
51
else if (aggregateType == FunctionId.
Min
)
System\Data\Filter\FunctionNode.cs (2)
35
new Function("Min", FunctionId.
Min
, typeof(object), false, false, 1, null, null, null),
586
(s_funcs[_info]._id == FunctionId.
Min
) ||