







![]() ![]() ![]() |
MySQL Connector/Net |
MySqlHelper..::..ExecuteNonQuery Method |
MySqlHelper Class See Also Send Feedback |
![]() |
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
ExecuteNonQuery(String, String, array<MySqlParameter>[]()[][]) |
Executes a single command against a MySQL database. A new MySqlConnection is created
using the ConnectionString given.
|
![]() ![]() |
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.
|