Executes a SQL statement that returns a result set.
Visual Basic Public Function ExecuteReader() As SADataReader
C# public SADataReader ExecuteReader();
The result set as an SADataReader object.
The statement is the current SACommand object, with CommandText and Parameters as needed. The SADataReader object is a read-only, forward-only result set. For modifiable result sets, use an SADataAdapter.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |