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