SqlCommand::BeginExecuteNonQuery Method
.NET Framework (current version)
Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this SqlCommand.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | BeginExecuteNonQuery() | Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this SqlCommand. |
![]() | BeginExecuteNonQuery(AsyncCallback^, Object^) | Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this SqlCommand, given a callback procedure and state information. |
Show:
