MySQL Connector/Net
| MySqlHelperExecuteReader Method |
Overload List
| Name | Description | |
|---|---|---|
|
ExecuteReader(String, String) |
Executes a single command against a MySQL database.
|
|
ExecuteReader(MySqlConnection, String) |
Executes a single command against a MySQL database.
|
|
ExecuteReader(String, String, MySqlParameter) |
Executes a single command against a MySQL database.
|
|
ExecuteReader(MySqlConnection, String, MySqlParameter) |
Executes a single command against a MySQL database.
|
See Also