Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 » UltraLite - .NET Programming » UltraLite.NET API reference » ULCommand class » BeginExecuteReader method

 

BeginExecuteReader(AsyncCallback, object, CommandBehavior) method

Initiates the asynchronous execution of a SQL statement that is described by this ULCommand, using one of the CommandBehavior values, and retrieves the result set, given a callback procedure and state information.

 Visual Basic syntax
 C# syntax
 Parameters
 Returns
 Exceptions
 See also