'Declaration Public Function New( _ ByVal tableName As String, _ ByVal connection As SqlShimConnection _ )
public DmlLoader( string tableName, SqlShimConnection connection )
Parameters
- tableName
- Name of the table that will be loaded.
- connection
- A SqlShimConnection object that represents the connection to a data source.