'Declaration Public Function New( _ ByVal selectCommandText As String, _ ByVal connection As DB2Connection _ )
public DB2DataTable( string selectCommandText, DB2Connection connection )
Parameters
- selectCommandText
- The text of the selection command.
- connection
- A DB2Connection used to connect to the data source.