Overload | Description |
---|---|
ExecuteReader(String,String,MySqlParameter[]) | Executes a single command against a MySQL database, possibly inside an existing transaction, and returns MySqlDataReader as the result. |
ExecuteReader(String,String) | Executes a single command against a MySQL database, possibly inside an existing transaction, and returns MySqlDataReader as the result. |