QueryDateTime extension

Extension methods for queries projected to a DateTime expression.

on

Methods

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

Available on Query<(Expr<DateTime?>)>, provided by the QueryDateTime extension

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

Available on Query<(Expr<DateTime?>)>, provided by the QueryDateTime extension

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