|
| Name | Description |
|---|
.gif) .gif) .gif) | Close | Closes the DbDataReader object. |
.gif) | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
.gif) .gif) .gif) | Dispose | Overloaded. Releases the resources used by the DbDataReader and calls Close. |
.gif) .gif) .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) .gif) .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
.gif) .gif) .gif) | GetBoolean | Gets the value of the specified column as a Boolean. |
.gif) .gif) .gif) | GetByte | Gets the value of the specified column as a byte. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | GetChar | Gets the value of the specified column as a single character. |
.gif) .gif) .gif) | GetChars | Reads a stream of characters from the specified column, starting at location indicated by dataIndex, into the buffer, starting at the location indicated by bufferIndex. |
.gif) .gif) .gif) | GetData | Returns a DbDataReader object for the requested column ordinal. |
.gif) .gif) .gif) | GetDataTypeName | Gets name of the data type of the specified column. |
.gif) .gif) .gif) | GetDateTime | Gets the value of the specified column as a DateTime object. |
.gif) .gif) .gif) | GetDbDataReader | Returns a DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation. |
.gif) .gif) .gif) | GetDecimal | Gets the value of the specified column as a Decimal object. |
.gif) .gif) .gif) | GetDouble | Gets the value of the specified column as a double-precision floating point number. |
.gif) .gif) .gif) | GetEnumerator | Returns an IEnumerator that can be used to iterate through the rows in the data reader. |
.gif) .gif) .gif) | GetFieldType | Gets the data type of the specified column. |
.gif) .gif) .gif) | GetFloat | Gets the value of the specified column as a single-precision floating point number. |
.gif) .gif) .gif) | GetGuid | Gets the value of the specified column as a globally-unique identifier (GUID). |
.gif) .gif) .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) .gif) .gif) | GetInt16 | Gets the value of the specified column as a 16-bit signed integer. |
.gif) .gif) .gif) | GetInt32 | Gets the value of the specified column as a 32-bit signed integer. |
.gif) .gif) .gif) | GetInt64 | Gets the value of the specified column as a 64-bit signed integer. |
.gif) | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) .gif) .gif) | GetName | Gets the name of the column, given the zero-based column ordinal. |
.gif) .gif) .gif) | GetOrdinal | Gets the column ordinal given the name of the column. |
.gif) .gif) .gif) | GetProviderSpecificFieldType | Returns the provider-specific field type of the specified column. |
.gif) .gif) .gif) | GetProviderSpecificValue | Gets the value of the specified column as an instance of Object. |
.gif) .gif) .gif) | GetProviderSpecificValues | Gets all provider-specific attribute columns in the collection for the current row. |
.gif) .gif) .gif) | GetSchemaTable | Returns a DataTable that describes the column metadata of the DbDataReader. |
.gif) .gif) .gif) | GetString | Gets the value of the specified column as an instance of String. |
.gif) .gif) .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) .gif) .gif) | GetValue | Gets the value of the specified column as an instance of Object. |
.gif) .gif) .gif) | GetValues | Populates an array of objects with the column values of the current row. |
.gif) | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) .gif) .gif) | IsDBNull | Gets a value that indicates whether the column contains nonexistent or missing values. |
.gif) .gif) .gif) | MemberwiseClone | Overloaded. |
.gif) .gif) .gif) | NextResult | Advances the reader to the next result when reading the results of a batch of statements. |
.gif) .gif) .gif) | Read | Advances the reader to the next record in a result set. |
.gif) .gif) .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) |