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

8 lines
329 B
Markdown
Vendored

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