[]
        
(Showing Draft Content)

C1.DataEngine.ObjectConnector-1

ObjectConnector<T> Class

Connector for importing data to a DataEngine table from an arbitrary IEnumerable.

Inheritance
ObjectConnector<T>
Namespace: C1.DataEngine
Assembly: C1.DataEngine.dll
Syntax
public class ObjectConnector<T> : Connector
Type Parameters
Name Description
T

The type of the elements of IEnumerable.

Constructors

Name Description
ObjectConnector(Workspace, IEnumerable<T>)

Initializes a new instance of the ObjectConnector class.

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(string, long)

Import data to a DataEngine table.