Advances the SADataReader to the next result, when reading the results of batch SQL statements.
Visual Basic Public Overrides Function NextResult() As Boolean
C# public override bool NextResult();
Returns true if there are more result sets. Otherwise, it returns false.
Used to process multiple results, which can be generated by executing batch SQL statements.
By default, the data reader is positioned on the first result.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |