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