Depth | Overridden. Gets a value that indicates the depth of nesting for the current row. |
FieldCount | Overridden. Gets the number of columns in the current row. |
HasRows | Overridden. Gets a value indicating whether the OdsDataReader contains one or more rows. |
IsClosed | Overridden. Gets a value indicating whether the data reader is closed. |
Item | Overridden. Overloaded. Gets the value of a column in its native format. |
RecordsAffected | Overridden. Gets the number of rows selected by execution of the statement. |
Close | Overridden. Closes the OdsDataReader object. |
GetBoolean | Overridden. Gets the value of the specified column as a Boolean. |
GetByte | Overridden. Gets the value of the specified column as a byte. |
GetChar | Overridden. Gets the value of the specified column as a single character. |
GetDataTypeName | Overridden. Gets the name of the source data type. |
GetDateTime | Overridden. Gets the value of the specified column as a DateTime object. |
GetDecimal | Overridden. Gets the value of the specified column as a Decimal object. |
GetDouble | Overridden. Gets the value of the specified column as a double-precision floating point number. |
GetFieldType | Overridden. Gets the Type that is the data type of the object. |
GetFloat | Overridden. Gets the value of the specified column as a single-precision floating point number. |
GetGuid | Overridden. Gets the value of the specified column as a globally-unique identifier (GUID). |
GetInt16 | Overridden. Gets the value of the specified column as a 16-bit signed integer. |
GetInt32 | Overridden. Gets the value of the specified column as a 32-bit signed integer. |
GetInt64 | Overridden. Gets the value of the specified column as a 64-bit signed integer. |
GetName | Overridden. Gets the name of the specified column. |
GetOrdinal | Overridden. Gets the column ordinal, given the name of the column. |
GetString | Overridden. Gets the value of the specified column as a string. |
GetValue | Overridden. Gets the value of the specified column in its native format. |
GetValues | Overridden. Gets all attribute columns in the collection for the current row. |
IsDBNull | Overridden. Gets a value indicating whether the column contains non-existent or missing values. |
NextResult | Overridden. Advances the data reader to the next result, when reading the results of batch statements. |
Read | Overridden. Advances the OdsDataReader to the next record. |