ExecuteDataset(MySqlConnection,String) Method
Executes a single SQL command and returns the resultset in a
System.Data.DataSet. The state of the
MySqlConnection object remains unchanged after execution of this method.
Parameters
- connection
- The MySqlConnection object to use.
- commandText
- The command to execute.
Return Value
System.Data.DataSet containing the resultset.