The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OdbcDataReader::NextResult Method ()
.NET Framework (current version)
Advances the OdbcDataReader to the next result when reading the results of batch SQL statements.
Assembly: System.Data (in System.Data.dll)
Implements
IDataReader::NextResult()Used to process multiple results that can be generated by executing batch SQL statements.
By default, the OdbcDataReader is positioned on the first result.
.NET Framework
Available since 1.1
Available since 1.1
OdbcDataReader Class
System.Data.Odbc Namespace
Working with DataReaders
Show: