QueryString extension

Extension methods for queries projected to a String expression.

on

Methods

max() QuerySingle<(Expr<String?>)>

Available on Query<(Expr<String?>)>, provided by the QueryString extension

Take the largest row of the rows in this query using the MAX aggregate function.
min() QuerySingle<(Expr<String?>)>

Available on Query<(Expr<String?>)>, provided by the QueryString extension

Take the smallest row of the rows in this query using the MIN aggregate function.