BeginExecuteNonQuery Method

MySQL Connector/Net

Overload List

  NameDescription
BeginExecuteNonQuery()()()
Initiates the asynchronous execution of the SQL statement or stored procedure that is described by this MySqlCommand.
BeginExecuteNonQuery(AsyncCallback, Object)
Initiates the asynchronous execution of the SQL statement or stored procedure that is described by this MySqlCommand.

See Also