DmlLoader Constructor(String,SqlShimConnection)
Initializes a new instance of the
DmlLoader class with table name that will be loaded and a
SqlShimConnection object.
Parameters
- tableName
- Name of the table that will be loaded.
- connection
- A SqlShimConnection object that represents the connection to a data source.