This topic has not yet been rated - Rate this topic

SqlCommand.BeginExecuteXmlReader Method

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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method 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.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.