ExecuteNonQuery Method
From MySQL Connector/Net
Overload List
| Name | Description | |
|---|---|---|
| ExecuteNonQuery(MySqlConnection, String, array<MySqlParameter>[]()[]) |
Executes a single command against a MySQL database. The MySqlConnection is assumed to be
open when the method is called and remains open after the method completes.
| |
| ExecuteNonQuery(String, String, array<MySqlParameter>[]()[]) |
Executes a single command against a MySQL database. A new MySqlConnection is created
using the ConnectionString given.
|