BeginExecuteNonQuery Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

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.

See Also