asp.net.ph

OleDbDataReader.NextResult Method

System.Data.OleDb Namespace   OleDbDataReader Class


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

[ VB ]
NotOverridable Public Function NextResult ( ) As Boolean

[ C# ]
public bool NextResult ( );

[ C++ ]
public: __sealed bool NextResult ( );

[ JScript ]
public function NextResult ( ) : Boolean

Remarks

Used to process multiple results, which can be obtained by executing batch SQL statements.

By default, the data reader is positioned on the first result.

See Also

OleDbDataReader Members   HasMoreResults Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph