[]
Import data to a DataEngine table.
public abstract void GetData(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. |
Import data to a DataEngine table.
public static long GetData(Workspace workspace, IDataReader reader, string tableName, long count = 0)
Type | Name | Description |
---|---|---|
Workspace | workspace | Workspace containing the DataEngine table. |
IDataReader | reader | Reader providing the data. |
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 |