ConnectionOpenAsync
Description: the method opens a connection to the MySQL database
Syntax: ConnectionOpenAsync(string connectionString)
Return value: no return value
Example:
await testerMySql.ConnectionOpenAsync("server=127.0.0.1;uid=root;pwd=;database=test_db");
Created with the Personal Edition of HelpNDoc: Full-featured multi-format Help generator