Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether a batch of records have been added successfully.
Syntax
public boolean addRecordsBatch(
str _tableName,
CLRObject names,
CLRObject records)
Run On
Client
Parameters
- _tableName
Type: str
The table that contains the specified records.
- names
Type: CLRObject Class
The names of fields in the table.
- records
Type: CLRObject Class
A list of records.
Return Value
Type: boolean
true if the records are inserted; otherwise, false.