VistaDB 6
VistaDB.Provider Namespace / VistaDBDataReader Class / NextResult Method


In This Topic
    NextResult Method
    In This Topic
    Advances the reader to the next result when reading the results of a batch of statements. Advances the reader to the next result when reading the results of a batch of statements.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function NextResult() As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBDataReader
    Dim value As System.Boolean
     
    value = instance.NextResult()
    public override System.bool NextResult()

    Return Value

    true if there are more result sets; otherwise false.This method allows you to process multiple result sets returned when a batch is submitted to the data provider.
    Example
    See VistaDBDataReader Class for an example of how to use this method.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also