[]
Add new columns to an existing DataEngine table.
public override long AddNewColumns(string tableName, long count = 0)
Type | Name | Description |
---|---|---|
string | tableName | The name of the DataEngine table. |
long | count | Optional number of rows to import. If count is 0 (default), import all rows. |
Type | Description |
---|---|
long |
This method throws an exception if the specified columns already exist.