Empty¶
Returns an empty DataTable for importing data on target table.
1 |
|
Parameters¶
Query query
Query of empty data table.
Remarks¶
This method is used to create a empty data table for importing data on target table without querying the database.
Query parameter is used to specify target table and schema.
Get Empty Data Table¶
1 2 3 4 5 6 7 |
|