Name |
DatabaseInsert | |
Purpose |
Specifies the table to insert rows into a database. | |
Description |
The DatabaseInsert function may be used only as an I/O expression. DatabaseInsert specifies the table into which the row elements are inserted. Specify this on the I/O expression of the element that inherits from the database table, which is the parent of the Row element. This function is optional. If an output structure has a database representation, inserting into the database is assumed. The name of the table is assumed to be the name of the single row table structure inherited by the Row element. | |
Return Type |
N/A (this function may be used only as an I/O expression) | |
Variable Arguments | ||
Property | Table | The table to insert into. If not specified, assumed to be the table specified by the single row table structure inherited by the child Row element. |