'Declaration Public Function New( _ ByVal selectCommand As DB2Command, _ ByVal connection As DB2Connection _ )
public DB2DataTable( DB2Command selectCommand, DB2Connection connection )
Parameters
- selectCommand
- A DB2Command object used to select rows from the data source.
- connection
- A DB2Connection used to connect to the data source.