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?