SqlCommand.BeginExecuteNonQuery Method
.NET Framework 4.5
Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this SqlCommand.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |