SqlCommand::BeginExecuteXmlReader Method
.NET Framework (current version)
Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this SqlCommand and returns results as an XmlReader object.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | BeginExecuteXmlReader() | Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this SqlCommand and returns results as an XmlReader object. |
![]() | BeginExecuteXmlReader(AsyncCallback^, Object^) | Initiates the asynchronous execution of the Transact-SQL statement or stored procedure that is described by this SqlCommand and returns results as an XmlReader object, using a callback procedure. |
Show:
