SqlCommand::BeginExecuteReader Method
Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this SqlCommand, and retrieves one or more result sets from the server.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | BeginExecuteReader() | Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this SqlCommand, and retrieves one or more result sets from the server. |
![]() | BeginExecuteReader(AsyncCallback^, Object^) | Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this SqlCommand and retrieves one or more result sets from the server, given a callback procedure and state information. |
![]() | BeginExecuteReader(AsyncCallback^, Object^, CommandBehavior) | Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this SqlCommand, using one of the CommandBehavior values, and retrieving one or more result sets from the server, given a callback procedure and state information. |
![]() | BeginExecuteReader(CommandBehavior) | Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this SqlCommand using one of the CommandBehavior values. |
