SubQueryDateTime extension
Extension methods for subqueries projected to a DateTime expression.
Methods
-
max(
) → Expr< DateTime?> -
Available on SubQuery<
Take the largest row of the rows in this query using the(Expr< , provided by the SubQueryDateTime extensionDateTime?> )>MAX
aggregate function. -
min(
) → Expr< DateTime?> -
Available on SubQuery<
Take the smallest row of the rows in this query using the(Expr< , provided by the SubQueryDateTime extensionDateTime?> )>MIN
aggregate function.