SubQueryDateTime extension

Extension methods for subqueries projected to a DateTime expression.

on

Methods

max() Expr<DateTime?>

Available on SubQuery<(Expr<DateTime?>)>, provided by the SubQueryDateTime extension

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

Available on SubQuery<(Expr<DateTime?>)>, provided by the SubQueryDateTime extension

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