Windows apps
Collapse the table of content
Expand the table of content
Information
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 ()

 

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

Namespace:   System.Data.Odbc
Assembly:  System.Data (in System.Data.dll)

public:
virtual bool NextResult() override

Return Value

Type: System::Boolean

true if there are more result sets; otherwise false.

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
Return to top
Show:
© 2017 Microsoft