AddData¶
Appends a new row to the specified target table and returns the inserted row as a DataRow object.
1 |
|
Adds a new row to the specified target table in the target data store and returns the inserted row as an object.
1 |
|
Parameters¶
string schema
The name of the target schema.
string table
The name of the target table.
object input
A JavaScript object containing the column values for the new row.
string store
Name or Id number of target data store. This parameter is optional.
Returns¶
A DataRow object representing the newly inserted row.
Remarks¶
Example¶
1 2 3 4 5 |
|