Advances the reader to the next record.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic abstract bool Read()
Public MustOverride Function Read As Boolean
public:
virtual bool Read() abstract
abstract Read : unit -> bool 
Return Value
Type: 
Boolean if there are more rows; otherwise, 
.
Implements
IReaderRead
See Also