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