







![]() ![]() |
MySQL Connector/Net |
MySqlCommand..::..BeginExecuteNonQuery Method |
MySqlCommand Class See Also Send Feedback |
![]() |
Initiates the asynchronous execution of the SQL statement or stored procedure
that is described by this MySqlCommand.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
public IAsyncResult BeginExecuteNonQuery() |
Visual Basic |
---|
Public Function BeginExecuteNonQuery As IAsyncResult |
Visual C++ |
---|
public: IAsyncResult^ BeginExecuteNonQuery() |