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