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

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

    Return Value

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