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