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