DictionaryDataReader Members
The DictionaryDataReader type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
DictionaryDataReader |
Initializes a new instance of the [T:Tortuga.Chain.ObjectDataReader<TObject>] class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Close |
Closes the DbDataReader object.
|
|
|
CloseAsync | (Inherited from DbDataReader.) |
|
|
Dispose | (Inherited from DbDataReader.) |
|
|
DisposeAsync | (Inherited from DbDataReader.) |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetBoolean |
Gets the value of the specified column as a Boolean.
|
|
|
GetByte |
Gets the value of the specified column as a byte.
|
|
|
GetBytes |
Reads a stream of bytes from the specified column, starting at location indicated by dataOffset, into the buffer, starting at the location indicated by bufferOffset.
|
|
|
GetChar |
Gets the value of the specified column as a single character.
|
|
|
GetChars(Int32, Int64, array<Char>[]()[][], Int32, Int32) |
Reads a stream of characters from the specified column, starting at location indicated by dataOffset, into the buffer, starting at the location indicated by bufferOffset.
|
|
|
GetChars(System.Int32,System.Int64,char[]?,System.Int32,System.Int32) | (Inherited from DbDataReader.) |
|
|
GetColumnSchemaAsync(System.Threading.CancellationToken) | (Inherited from DbDataReader.) |
|
|
GetData(System.Int32) | (Inherited from DbDataReader.) |
|
|
GetDataTypeName |
Gets name of the data type of the specified column.
|
|
|
GetDateTime |
Gets the value of the specified column as a DateTime object.
|
|
|
GetDbDataReader(System.Int32) | (Inherited from DbDataReader.) |
|
|
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.
|
|
|
GetEnumerator |
Returns an IEnumerator that can be used to iterate through the rows in the data reader.
|
|
|
GetFieldType |
Gets the data type of the specified column.
|
|
|
GetFieldValue``1(System.Int32) | (Inherited from DbDataReader.) |
|
|
GetFieldValueAsync``1(System.Int32) | (Inherited from DbDataReader.) |
|
|
GetFieldValueAsync``1(System.Int32,System.Threading.CancellationToken) | (Inherited from DbDataReader.) |
|
|
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).
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
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.
|
|
|
GetLifetimeService | (Inherited from MarshalByRefObject.) |
|
|
GetName |
Gets the name of the column, given the zero-based column ordinal.
|
|
|
GetOrdinal |
Gets the column ordinal given the name of the column.
|
|
|
GetProviderSpecificFieldType(System.Int32) | (Inherited from DbDataReader.) |
|
|
GetProviderSpecificValue(System.Int32) | (Inherited from DbDataReader.) |
|
|
GetProviderSpecificValues(object[]) | (Inherited from DbDataReader.) |
|
|
GetSchemaTable |
Returns a DataTable that describes the column metadata of the DbDataReader.
|
|
|
GetSchemaTableAsync(System.Threading.CancellationToken) | (Inherited from DbDataReader.) |
|
|
GetStream(System.Int32) | (Inherited from DbDataReader.) |
|
|
GetString |
Gets the value of the specified column as an instance of String.
|
|
|
GetTextReader(System.Int32) | (Inherited from DbDataReader.) |
|
|
GetType | (Inherited from Object.) |
|
|
GetValue |
Gets the value of the specified column as an instance of Object.
|
|
|
GetValues |
Populates an array of objects with the column values of the current row.
|
|
|
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
|
|
IsDBNull |
Gets a value that indicates whether the column contains nonexistent or missing values.
|
|
|
IsDBNullAsync(System.Int32) | (Inherited from DbDataReader.) |
|
|
IsDBNullAsync(System.Int32,System.Threading.CancellationToken) | (Inherited from DbDataReader.) |
|
|
MemberwiseClone(System.Boolean) | (Inherited from MarshalByRefObject.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
NextResult |
Advances the reader to the next result when reading the results of a batch of statements.
|
|
|
NextResultAsync | (Inherited from DbDataReader.) |
|
|
NextResultAsync(System.Threading.CancellationToken) | (Inherited from DbDataReader.) |
|
|
Read |
Advances the reader to the next record in a result set.
|
|
|
ReadAsync | (Inherited from DbDataReader.) |
|
|
ReadAsync(System.Threading.CancellationToken) | (Inherited from DbDataReader.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Depth |
Gets a value indicating the depth of nesting for the current row.
|
|
|
FieldCount |
Gets the number of columns in the current row.
|
|
|
HasRows |
Gets a value that indicates whether this DbDataReader contains one or more rows.
|
|
|
IsClosed |
Gets a value indicating whether the DbDataReader is closed.
|
|
|
Item[([( String])]) |
Gets the Object with the specified name.
|
|
|
Item[([( Int32])]) |
Gets the Object with the specified ordinal.
|
|
|
RecordsAffected |
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
|
|
|
VisibleFieldCount | (Inherited from DbDataReader.) |

