-findAll

Finds all records in an inline action.

Target parameter

Signature

1-findAll

Finds all records in an inline action.

-findAll is part of this LaiRu reference group. -findAll is part of datasource access. Prefer bind values for visitor input, inspect errors during writes, and keep display escaping separate from SQL handling.

Examples

Basic call

1inline(-database='contacts', -table='people', -findAll) => { records => { field('id') } }
The example shows the call shape; use bind values and checked errors for visitor-supplied data.