VistaDB 6
VistaDB.Provider Namespace / VistaDBDataReader Class / NextResultAsync Method / NextResultAsync() Method


In This Topic
    NextResultAsync() Method
    In This Topic
    An asynchronous version of System.Data.Common.DbDataReader.NextResult, which advances the reader to the next result when reading the results of a batch of statements. Invokes System.Data.Common.DbDataReader.NextResultAsync(System.Threading.CancellationToken) with CancellationToken.None.
    Syntax
    'Declaration
     
    
    Public Overloads Function NextResultAsync() As System.Threading.Tasks.Task(Of Boolean)
    'Usage
     
    
    Dim instance As VistaDBDataReader
    Dim value As System.Threading.Tasks.Task(Of Boolean)
     
    value = instance.NextResultAsync()
    public System.Threading.Tasks.Task<bool> NextResultAsync()

    Return Value

    A task representing the asynchronous operation.
    Exceptions
    ExceptionDescription
    An error occurred while executing the command text.
    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