[]
        
(Showing Draft Content)

C1.DataEngine.DbConnector

DbConnector Class

Connector for importing data to a DataEngine table from a database.

Inheritance
DbConnector
Namespace: C1.DataEngine
Assembly: C1.DataEngine.dll
Syntax
public class DbConnector : Connector

Constructors

Name Description
DbConnector(Workspace, DbConnection, DbCommand)

Initializes a new instance of the DbConnection class.

Fields

Name Description
connection

Properties

Name Description
Command

Gets or sets the ADO.NET command object for retrieving data from the database.

Methods

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.