bulkInsert
Inserts multiple records in one request.
Usage
await ds.bulkInsert(fields, data, true);API
bulkInsert(fields: FieldDefinition[], data: T[], bulk: boolean, json: any): Promise<any>;Last updated
Was this helpful?
Inserts multiple records in one request.
await ds.bulkInsert(fields, data, true);bulkInsert(fields: FieldDefinition[], data: T[], bulk: boolean, json: any): Promise<any>;Last updated
Was this helpful?
Was this helpful?