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 the record is initialized and added to the client successfully.
Syntax
public boolean addRecord(
str _tableName,
CLRObject _fieldNames,
CLRObject _fieldValues)
Run On
Client
Parameters
- _tableName
Type: str
The table that contains the specified record.
- _fieldNames
Type: CLRObject Class
The name of fields in the table.
- _fieldValues
Type: CLRObject Class
The values of the fields.
Return Value
Type: boolean
true if the record is inserted; otherwise, false.