[]
Initializes a new instance of the ObjectConnector class.
public ObjectConnector(Workspace workspace, IEnumerable<T> data)
Public Sub New(workspace As Workspace, data As IEnumerable(Of T))
| Type | Name | Description |
|---|---|---|
| Workspace | workspace | Workspace to use the connector in. |
| IEnumerable<T> | data | Collection to import data from. |