ExecuteDataset Method

MySQL Connector/Net

Overload List

  NameDescription
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.
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.
ExecuteDataset(MySqlConnection, String, array<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.
ExecuteDataset(String, String, array<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.

See Also