MySqlCommand.BeginExecuteNonQuery Method

MySQL Connector/Net

MySqlCommandBeginExecuteNonQuery Method
Overload List
  Name Description
Public method BeginExecuteNonQuery
Initiates the asynchronous execution of the SQL statement or stored procedure that is described by this MySqlCommand.
Public method BeginExecuteNonQuery(AsyncCallback, Object)
Initiates the asynchronous execution of the SQL statement or stored procedure that is described by this MySqlCommand.
Top
See Also