Advances the ULDataReader to the next result when reading the results of batch SQL statements.
Visual Basic
NotOverridable Public Function NextResult() As Boolean _
Implements IDataReader.NextResult
C#
public bool NextResult();
True if there are more result sets, false otherwise. For UltraLite.NET, always returns false.
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.
ULException class - The ULDataReader is not opened.