MySqlHelper.ExecuteDataset Method

MySQL Connector/Net

MySqlHelperExecuteDataset Method
Overload List
  Name Description
Public method Static member ExecuteDataset(String, String)
Executes a single SQL command and returns the resultset in a DataSet. A new MySqlConnection object is created, opened, and closed during this method.
Public method Static member ExecuteDataset(MySqlConnection, String)
Executes a single SQL command and returns the resultset in a DataSet. The state of the MySqlConnection object remains unchanged after execution of this method.
Public method Static member ExecuteDataset(String, String, MySqlParameter)
Executes a single SQL command and returns the resultset in a DataSet. A new MySqlConnection object is created, opened, and closed during this method.
Public method Static member ExecuteDataset(MySqlConnection, String, MySqlParameter)
Executes a single SQL command and returns the resultset in a DataSet. The state of the MySqlConnection object remains unchanged after execution of this method.
Top
See Also