Click or drag to resize
ScalarQueryProducersMin Method
Overload List
  NameDescription
Public methodStatic memberMin(DynamicQuery)
Creates a scalar query over the specified query and aggregates the first field in the projection of the query.
Public methodStatic memberMin(QuerySpec, IEntityFieldCore)
Creates a scalar query over the specified query and aggregates the field specified with the Min() aggregate function.
Public methodStatic memberMin(QuerySpec, IExpression)
Creates a scalar query over the specified query and aggregates the expression specified with the Min() aggregate function.
Top
See Also