[]
Connector for importing data to a DataEngine table from an arbitrary IEnumerable.
public class ObjectConnector<T> : Connector
| Name | Description |
|---|---|
| T | The type of the elements of IEnumerable. |
| Name | Description |
|---|---|
| ObjectConnector(Workspace, IEnumerable<T>) | Initializes a new instance of the ObjectConnector class. |
| 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. |