Contents Index Item property Read method

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaDataReader class

NextResult method


Description 

Advances the AsaDataReader to the next result, when reading the results of batch SQL statements.

Syntax 

bool NextResult( )

Return value 

True if there are more result sets. Otherwise, false.

Implements 

IDataReader.NextResult

Usage 

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.


Contents Index Item property Read method