1 out of 1 rated this helpful - Rate this topic

SqlCommand.BeginExecuteNonQuery Method

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
Public method BeginExecuteNonQuery() Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this SqlCommand.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.