| Overload | Description |
|---|---|
| ExactTargetLoader Constructor() | Creates an ExactTargetLoader object without Connection and with empty TableName. |
| ExactTargetLoader Constructor(String) | Initializes a new instance of the ExactTargetLoader class with table name that will be loaded. |
| ExactTargetLoader Constructor(String,ExactTargetConnection) | Initializes a new instance of the ExactTargetLoader class with table name that will be loaded and a ExactTargetConnection object. |