FindFirstRecordByData returns the first found record matching the provided key-value pair.
(collectionModelOrIdentifier any, key string, value any)
| 601 | // FindFirstRecordByData returns the first found record matching |
| 602 | // the provided key-value pair. |
| 603 | FindFirstRecordByData(collectionModelOrIdentifier any, key string, value any) (*Record, error) |
| 604 | |
| 605 | // FindRecordsByFilter returns limit number of records matching the |
| 606 | // provided string filter. |
no outgoing calls