Model Class
findAllKeys()
Signature
Section titled “Signature”findAllKeys() — returns string
Available in: model
Category: Read Functions
Description
Section titled “Description”Returns all primary key values in a list.
In addition to quoted and delimiter you can pass in any argument that findAll() accepts.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
quoted | boolean | no | false | Set to true to enclose each value in single-quotation marks. |
delimiter | string | no | , | The delimiter character to separate the list items with. |