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