Click or drag to resize
CachedResultsetDataReader Methods

The CachedResultsetDataReader type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the DbDataReader object.
(Overrides DbDataReader.Close().)
Public methodCreateObjRef
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 methodDispose() (Inherited from DbDataReader.)
Protected methodDispose(Boolean) (Inherited from DbDataReader.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBoolean
Gets the value of the specified column as a Boolean.
(Overrides DbDataReader.GetBoolean(Int32).)
Public methodGetByte
Gets the value of the specified column as a byte.
(Overrides DbDataReader.GetByte(Int32).)
Public methodGetBytes
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.
(Overrides DbDataReader.GetBytes(Int32, Int64,Byte[], Int32, Int32).)
Public methodGetChar
Gets the value of the specified column as a single character.
(Overrides DbDataReader.GetChar(Int32).)
Public methodGetChars
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.
(Overrides DbDataReader.GetChars(Int32, Int64,Char[], Int32, Int32).)
Public methodGetData (Inherited from DbDataReader.)
Public methodGetDataTypeName
Gets name of the data type of the specified column.
(Overrides DbDataReader.GetDataTypeName(Int32).)
Public methodGetDateTime
Gets the value of the specified column as a DateTime object.
(Overrides DbDataReader.GetDateTime(Int32).)
Protected methodGetDbDataReader (Inherited from DbDataReader.)
Public methodGetDecimal
Gets the value of the specified column as a Decimal object.
(Overrides DbDataReader.GetDecimal(Int32).)
Public methodGetDouble
Gets the value of the specified column as a double-precision floating point number.
(Overrides DbDataReader.GetDouble(Int32).)
Public methodGetEnumerator
Returns an IEnumerator that can be used to iterate through the rows in the data reader.
(Overrides DbDataReader.GetEnumerator().)
Public methodGetFieldType
Gets the data type of the specified column.
(Overrides DbDataReader.GetFieldType(Int32).)
Public methodGetFieldValue<T> (Inherited from DbDataReader.)
Public methodGetFieldValueAsync<T>(Int32) (Inherited from DbDataReader.)
Public methodGetFieldValueAsync<T>(Int32, CancellationToken) (Inherited from DbDataReader.)
Public methodGetFloat
Gets the value of the specified column as a single-precision floating point number.
(Overrides DbDataReader.GetFloat(Int32).)
Public methodGetGuid
Gets the value of the specified column as a globally-unique identifier (GUID).
(Overrides DbDataReader.GetGuid(Int32).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInt16
Gets the value of the specified column as a 16-bit signed integer.
(Overrides DbDataReader.GetInt16(Int32).)
Public methodGetInt32
Gets the value of the specified column as a 32-bit signed integer.
(Overrides DbDataReader.GetInt32(Int32).)
Public methodGetInt64
Gets the value of the specified column as a 64-bit signed integer.
(Overrides DbDataReader.GetInt64(Int32).)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetName
Gets the name of the column, given the zero-based column ordinal.
(Overrides DbDataReader.GetName(Int32).)
Public methodGetOrdinal
Gets the column ordinal given the name of the column.
(Overrides DbDataReader.GetOrdinal(String).)
Public methodGetProviderSpecificFieldType (Inherited from DbDataReader.)
Public methodGetProviderSpecificValue (Inherited from DbDataReader.)
Public methodGetProviderSpecificValues (Inherited from DbDataReader.)
Public methodGetSchemaTable
Returns a DataTable that describes the column metadata of the DbDataReader.
(Overrides DbDataReader.GetSchemaTable().)
Public methodGetStream (Inherited from DbDataReader.)
Public methodGetString
Gets the value of the specified column as an instance of String.
(Overrides DbDataReader.GetString(Int32).)
Public methodGetTextReader (Inherited from DbDataReader.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the value of the specified column as an instance of Object.
(Overrides DbDataReader.GetValue(Int32).)
Public methodGetValues
Gets all attribute columns in the collection for the current row.
(Overrides DbDataReader.GetValues(Object[]).)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodIsDBNull
Gets a value that indicates whether the column contains nonexistent or missing values.
(Overrides DbDataReader.IsDBNull(Int32).)
Public methodIsDBNullAsync(Int32) (Inherited from DbDataReader.)
Public methodIsDBNullAsync(Int32, CancellationToken) (Inherited from DbDataReader.)
Protected methodMemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodNextResult
Advances the reader to the next result when reading the results of a batch of statements.
(Overrides DbDataReader.NextResult().)
Public methodNextResultAsync() (Inherited from DbDataReader.)
Public methodNextResultAsync(CancellationToken) (Inherited from DbDataReader.)
Public methodRead
Advances the reader to the next record in a result set.
(Overrides DbDataReader.Read().)
Public methodReadAsync() (Inherited from DbDataReader.)
Public methodReadAsync(CancellationToken) (Inherited from DbDataReader.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
See Also