Closes the OdbcDataReader object.
CreateObjRef(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) Dispose()Releases all resources used by the current instance of the DbDataReader class.
(Inherited from DbDataReader) Dispose(Boolean)Releases the unmanaged resources used by the DbDataReader and optionally releases the managed resources.
(Inherited from DbDataReader) Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object) Finalize()Allows the object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
GetBoolean(Int32)Gets the value of the specified column as a Boolean.
GetByte(Int32)Gets the value of the specified column as a byte.
GetBytes(Int32, Int64, Byte[], Int32, Int32)Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the particular buffer offset.
GetChar(Int32)Gets the value of the specified column as a character.
GetChars(Int32, Int64, Char[], Int32, Int32)Reads a stream of characters from the specified column offset into the buffer as an array, starting at the particular buffer offset.
GetData(Int32)Returns an IDataReader for the specified column ordinal.
GetData(Int32)Returns a nested data reader for the requested column.
(Inherited from DbDataReader) GetDataTypeName(Int32)Gets the name of the source data type.
GetDate(Int32)Gets the value of the specified column as a DateTime object.
GetDateTime(Int32)Gets the value of the specified column as a DateTime object.
GetDbDataReader(Int32)Returns a DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation.
(Inherited from DbDataReader) GetDecimal(Int32)Gets the value of the specified column as a Decimal object.
GetDouble(Int32)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(Int32)Gets the Type that is the data type of the object.
GetFieldValue<T>(Int32)Gets the value of the specified column as the requested type.
(Inherited from DbDataReader) GetFieldValueAsync<T>(Int32, CancellationToken)Asynchronously gets the value of the specified column as the requested type.
(Inherited from DbDataReader) GetFieldValueAsync<T>(Int32)Asynchronously gets the value of the specified column as the requested type.
(Inherited from DbDataReader) GetFloat(Int32)Gets the value of the specified column as a single-precision floating-point number.
GetGuid(Int32)Gets the value of the specified column as a globally unique identifier (GUID).
GetHashCode()Serves as the default hash function.
(Inherited from Object) GetInt16(Int32)Gets the value of the specified column as a 16-bit signed integer.
GetInt32(Int32)Gets the value of the specified column as a 32-bit signed integer.
GetInt64(Int32)Gets the value of the specified column as a 64-bit signed integer.
GetLifetimeService()Obsolete.
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject) GetName(Int32)Gets the name of the specified column.
GetOrdinal(String)Gets the column ordinal, given the name of the column.
GetProviderSpecificFieldType(Int32)Gets the provider-specific type of the specified column.
(Inherited from DbDataReader) GetProviderSpecificValue(Int32)Gets the value of the specified column as an instance of a provider-specific type.
(Inherited from DbDataReader) GetProviderSpecificValues(Object[])Gets all provider-specific attribute columns in the collection for the current row.
(Inherited from DbDataReader) GetSchemaTable()Returns a DataTable that describes the column metadata of the OdbcDataReader.
GetStream(Int32)Gets a stream to retrieve data from the specified column.
(Inherited from DbDataReader) GetString(Int32)Gets the value of the specified column as a String.
GetTextReader(Int32)Gets a text reader to retrieve data from the column.
(Inherited from DbDataReader) GetTime(Int32)Gets the value of the specified column as a TimeSpan object.
GetType()Gets the Type of the current instance.
(Inherited from Object) GetValue(Int32)Gets the value of the column at the specified ordinal in its native format.
GetValues(Object[])Populates an array of objects with the column values of the current row.
InitializeLifetimeService()Obsolete.
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject) IsDBNull(Int32)Gets a value that indicates whether the column contains nonexistent or missing values.
IsDBNullAsync(Int32, CancellationToken)Asynchronously gets a value that indicates whether the column contains non-existent or missing values.
(Inherited from DbDataReader) IsDBNullAsync(Int32)Asynchronously gets a value that indicates whether the column contains non-existent or missing values.
(Inherited from DbDataReader) MemberwiseClone()Creates a shallow copy of the current Object.
(Inherited from Object) MemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject) NextResult()Advances the OdbcDataReader to the next result when reading the results of batch SQL statements.
NextResultAsync()Asynchronously advances the reader to the next result when reading the results of a batch of statements.
(Inherited from DbDataReader) NextResultAsync(CancellationToken)Asynchronously advances the reader to the next result when reading the results of a batch of statements.
(Inherited from DbDataReader) Read()Advances the OdbcDataReader to the next record.
ReadAsync()Asynchronously advances the reader to the next record in a result set.
(Inherited from DbDataReader) ReadAsync(CancellationToken)Asynchronously advances the reader to the next record in a result set.
(Inherited from DbDataReader) ToString()Returns a string that represents the current object.
(Inherited from Object)RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4