Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

DictionaryDataReader Members

The DictionaryDataReader type exposes the following members.

Constructors


  Name Description
Public method DictionaryDataReader
Initializes a new instance of the [T:Tortuga.Chain.ObjectDataReader<TObject>] class.

Methods


  Name Description
Public method Close
Closes the DbDataReader object.
Public method CloseAsync (Inherited from DbDataReader.)
Public method Dispose (Inherited from DbDataReader.)
Public method DisposeAsync (Inherited from DbDataReader.)
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetBoolean
Gets the value of the specified column as a Boolean.
Public method GetByte
Gets the value of the specified column as a byte.
Public method 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.
Public method GetChar
Gets the value of the specified column as a single character.
Public method 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.
Public method GetChars(System.Int32,System.Int64,char[]?,System.Int32,System.Int32) (Inherited from DbDataReader.)
Public method GetColumnSchemaAsync(System.Threading.CancellationToken) (Inherited from DbDataReader.)
Public method GetData(System.Int32) (Inherited from DbDataReader.)
Public method GetDataTypeName
Gets name of the data type of the specified column.
Public method GetDateTime
Gets the value of the specified column as a DateTime object.
Protected method GetDbDataReader(System.Int32) (Inherited from DbDataReader.)
Public method GetDecimal
Gets the value of the specified column as a Decimal object.
Public method GetDouble
Gets the value of the specified column as a double-precision floating point number.
Public method GetEnumerator
Returns an IEnumerator that can be used to iterate through the rows in the data reader.
Public method GetFieldType
Gets the data type of the specified column.
Public method GetFieldValue``1(System.Int32) (Inherited from DbDataReader.)
Public method GetFieldValueAsync``1(System.Int32) (Inherited from DbDataReader.)
Public method GetFieldValueAsync``1(System.Int32,System.Threading.CancellationToken) (Inherited from DbDataReader.)
Public method GetFloat
Gets the value of the specified column as a single-precision floating point number.
Public method GetGuid
Gets the value of the specified column as a globally-unique identifier (GUID).
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetInt16
Gets the value of the specified column as a 16-bit signed integer.
Public method GetInt32
Gets the value of the specified column as a 32-bit signed integer.
Public method GetInt64
Gets the value of the specified column as a 64-bit signed integer.
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method GetName
Gets the name of the column, given the zero-based column ordinal.
Public method GetOrdinal
Gets the column ordinal given the name of the column.
Public method GetProviderSpecificFieldType(System.Int32) (Inherited from DbDataReader.)
Public method GetProviderSpecificValue(System.Int32) (Inherited from DbDataReader.)
Public method GetProviderSpecificValues(object[]) (Inherited from DbDataReader.)
Public method GetSchemaTable
Returns a DataTable that describes the column metadata of the DbDataReader.
Public method GetSchemaTableAsync(System.Threading.CancellationToken) (Inherited from DbDataReader.)
Public method GetStream(System.Int32) (Inherited from DbDataReader.)
Public method GetString
Gets the value of the specified column as an instance of String.
Public method GetTextReader(System.Int32) (Inherited from DbDataReader.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetValue
Gets the value of the specified column as an instance of Object.
Public method GetValues
Populates an array of objects with the column values of the current row.
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method IsDBNull
Gets a value that indicates whether the column contains nonexistent or missing values.
Public method IsDBNullAsync(System.Int32) (Inherited from DbDataReader.)
Public method IsDBNullAsync(System.Int32,System.Threading.CancellationToken) (Inherited from DbDataReader.)
Protected method MemberwiseClone(System.Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NextResult
Advances the reader to the next result when reading the results of a batch of statements.
Public method NextResultAsync (Inherited from DbDataReader.)
Public method NextResultAsync(System.Threading.CancellationToken) (Inherited from DbDataReader.)
Public method Read
Advances the reader to the next record in a result set.
Public method ReadAsync (Inherited from DbDataReader.)
Public method ReadAsync(System.Threading.CancellationToken) (Inherited from DbDataReader.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties


  Name Description
Public property Depth
Gets a value indicating the depth of nesting for the current row.
Public property FieldCount
Gets the number of columns in the current row.
Public property HasRows
Gets a value that indicates whether this DbDataReader contains one or more rows.
Public property IsClosed
Gets a value indicating whether the DbDataReader is closed.
Public property Item[([( String])])
Gets the Object with the specified name.
Public property Item[([( Int32])])
Gets the Object with the specified ordinal.
Public property RecordsAffected
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
Public property VisibleFieldCount (Inherited from DbDataReader.)