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