| Overload | Description |
|---|---|
| ExecuteScalar(MySqlConnection,String,MySqlParameter[]) | Execute a single command against a MySQL database and returns a single value as the result. |
| ExecuteScalar(String,String,MySqlParameter[]) | Execute a single command against a MySQL database and returns a single value as the result. |
| ExecuteScalar(String,String) | Execute a single command against a MySQL database and returns a single value as the result. |
| ExecuteScalar(MySqlConnection,String) | Execute a single command against a MySQL database and returns a single value as the result. |