DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.DataConnector.AdoNet Namespace / C1DataReader Class / Read Method

In This Topic
    Read Method (C1DataReader)
    In This Topic
    Advances the reader to the next record in a result set.
    Syntax
    'Declaration
     
    Public Overrides Function Read() As Boolean
    public override bool Read()

    Return Value

    true if there are more rows; otherwise false.
    See Also