Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULDataReader class

MoveRelative method Next Page

NextResult method


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

Syntax

Visual Basic

NotOverridable Public Function NextResult() As Boolean _
Implements IDataReader.NextResult

C#

public bool NextResult();

Return value

True if there are more result sets, false otherwise. For UltraLite.NET, always returns false.

Remarks

UL Ext.: UltraLite.NET does not support batches of SQL statements, hence the ULDataReader is always positioned on the first and only result set. Calling NextResult has no effect.

Exceptions
Implements

[external link] IDataReader.NextResult