dotConnect for MySQL Documentation
Devart.Common Namespace / DbDataReaderBase Class
Members

In This Topic
    DbDataReaderBase Class
    In This Topic
    Allows to read a forward-only stream of rows from a data source.
    Syntax
    Remarks
    Abstract DbDataReaderBase class implements some of DbDataReaderBase functionality that is DBMS-independent.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.Data.Common.DbDataReader
             Devart.Common.DbDataReaderBase
                Devart.Data.MySql.MySqlDataReader

    See Also