Files
2026-02-08 11:20:43 -10:00

8 lines
325 B
Markdown
Vendored

[//]: # (title: last)
Returns the last [row](DataRow.md) that matches the given [condition](DataRow.md#row-conditions), or throws exception if there is no matching rows.
## lastOrNull
Returns the last [row](DataRow.md) that matches the given [condition](DataRow.md#row-conditions), or `null` if there is no matching rows.