8 lines
329 B
Markdown
Vendored
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.
|