[]
Base class for ComponentOne DataEngine data connectors.
public abstract class Connector
Data connectors are used to fill DataEngine tables with data, import data to DataEngine.
Name | Description |
---|---|
Connector() |
Name | Description |
---|---|
workspace |
Name | Description |
---|---|
AddNewColumns(Workspace, IDataReader, string, long) | Add new columns to an existing DataEngine table. |
AddNewColumns(string, long) | Add new columns to an existing DataEngine table. |
AppendData(Workspace, IDataReader, string, long) | Append data to the end of a DataEngine table. |
AppendData(string, long) | Append data to the end of a DataEngine table. |
GetData(Workspace, IDataReader, string, long) | Import data to a DataEngine table. |
GetData(string, long) | Import data to a DataEngine table. |