[]
Connector for importing data to a DataEngine table from a database.
public class DbConnector : Connector
Name | Description |
---|---|
DbConnector(Workspace, DbConnection, DbCommand) | Initializes a new instance of the DbConnection class. |
Name | Description |
---|---|
connection |
Name | Description |
---|---|
Command | Gets or sets the ADO.NET command object for retrieving data from the database. |
Name | Description |
---|---|
AddNewColumns(string, long) | Add new columns to an existing DataEngine table. |
AppendData(string, long) | Append data to the end of a DataEngine table. |
GetData(Workspace, DataTable, string, long) | Import data to a DataEngine table from an ADO.NET DataTable. |
GetData(string, long) | Import data to a DataEngine table. |