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