MySqlHelper.ExecuteReader Method
From MySQL Connector/Net
MySQL Connector/Net
| MySqlHelperExecuteReader Method |
| 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.
|