ExecuteNonQuery Method
Executes a single command against a MariaDB database. The MySqlConnection is assumed to be open when the method is called and remains open after the method completes.
Overload List
Executes a single command against a MariaDB database. The MySqlConnection is assumed to be open when the method is called and remains open after the method completes.
Executes a single command against a MariaDB database. A new MySqlConnection is created using the ConnectionString given.
See Also
MySqlHelper Class, MySql.Data.MySqlClient Namespace