Skip to content

Model Class

findAllKeys()

findAllKeys() — returns string

Available in: model Category: Read Functions

Returns all primary key values in a list. In addition to quoted and delimiter you can pass in any argument that findAll() accepts.

NameTypeRequiredDefaultDescription
quotedbooleannofalseSet to true to enclose each value in single-quotation marks.
delimiterstringno,The delimiter character to separate the list items with.