dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDataReader Class

In This Topic
    MySqlDataReader Class Properties
    In This Topic

    For a list of all members of this type, see MySqlDataReader members.

    Public Properties
     NameDescription
    Public PropertyGets position of the record that will be read next from the current result in data reader.  
    Public PropertyGets or sets the number of the current result in data reader.  
    Public PropertyGets a value indicating the depth of nesting for the current row. (Inherited from Devart.Common.DbDataReaderBase)
    Public PropertyOverridden. Indicates whether the MySqlDataReader has been read completely.  
    Public PropertyOverridden. Gets the number of columns in the current row.  
    Public PropertyOverridden. Gets a value indicating whether the MySqlDataReader contains one or more rows.  
    Public PropertyGets a value indicating whether the data reader is closed. (Inherited from Devart.Common.DbDataReaderBase)
    Public PropertyOverloaded. Gets the value of the specified column in its native format given the column name. (Inherited from Devart.Common.DbDataReaderBase)
    Public PropertyGets the number of rows retrieved from the server for the current result in data reader.  
    Public PropertyOverridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.  
    Public PropertyGets the number of results in data reader.  
    Public PropertyGets the number of fields in the System.Data.Common.DbDataReader that are not hidden. (Inherited from System.Data.Common.DbDataReader)
    Top
    See Also