'Declaration Public Function New( _ ByVal tableName As String, _ ByVal connection As DB2Connection, _ ByVal options As DB2LoaderOptions _ )
public DB2Loader( string tableName, DB2Connection connection, DB2LoaderOptions options )
Parameters
- tableName
- Name of the table that will be loaded.
- connection
- A DB2Connection object that represents the connection to a data source.
- options
- Settings for the DB2Loader instance.