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