DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonDataReader Class / NextResult Method

In This Topic
    NextResult Method (C1JsonDataReader)
    In This Topic
    Advances the reader to the next result when reading the results of a batch of statements.
    Syntax
    'Declaration
     
    Public Overridable Function NextResult() As Boolean
    public virtual bool NextResult()

    Return Value

    true if there are more result sets; otherwise false.
    See Also