[]
        
(Showing Draft Content)

C1.DataEngine.Connector

Connector Class

Base class for ComponentOne DataEngine data connectors.

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

Data connectors are used to fill DataEngine tables with data, import data to DataEngine.

Constructors

Name Description
Connector()

Fields

Name Description
workspace

Methods

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.