Initiates the asynchronous execution of a SQL statement that is described by this ULCommand object, and retrieves the result set.
Public Function BeginExecuteReader() As IAsyncResult
public IAsyncResult BeginExecuteReader()
An System.IAsyncResult that can be used to poll, wait for results, or both is returned; this value is also needed when invoking the EndExecuteReader(IAsyncResult) method, which returns an ULDataReader object that can be used to retrieve the returned rows.
ULException class Any error that occurred while executing the command text.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |