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

ObjectDataReader<(Of <(<'TObject>)>)> Methods

The ObjectDataReader<(Of <(<'TObject>)>)> type exposes the following members.

Methods


  Name Description
Public method Close
Closes the DbDataReader object.
Public method CreateObjRef(System.Type)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public method Dispose (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(Int32, Int64, array<Nullable<(Of <<'(Byte>)>>)>[]()[][], Int32, Int32)
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 GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32) (Inherited from DbDataReader.)
Public method GetChar
Gets the value of the specified column as a single character.
Public method GetChars
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 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(System.Object[]) (Inherited from DbDataReader.)
Public method GetSchemaTable
Returns a DataTable that describes the column metadata of the 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.)