$searchByIds
Retrieve datas with ids from the table based on the provided conditions.
Query
Parameter's
nexorm_ids
String
[]
For example:
var getMemberById = await Member.$searchById([
'7ca9320b-1803-459....',
'5cb9r22d-2853-434....',
'8da5320a-1203-472....',
]);
Last updated