Close |
Closes the OdbcDataReader object. |
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
GetBoolean |
Gets the value of the specified column as a Boolean. |
GetByte |
Gets the value of the specified column as a byte. |
GetBytes |
Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. |
GetChar |
Gets the value of the specified column as a character. |
GetChars |
Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset. |
GetData |
Not currently supported. |
GetDate |
Gets the value of the specified column as a DateTime object. |
GetDateTime |
Gets the value of the specified column as a DateTime object. |
GetDecimal |
Gets the value of the specified column as a Decimal object. |
GetDouble |
Gets the value of the specified column as a double-precision floating point number. |
GetFieldType |
Gets the Type that is the data type of the object. |
GetFloat |
Gets the value of the specified column as a single-precision floating-point number. |
GetGuid |
Gets the value of the specified column as a globally-unique identifier (GUID). |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetInt16 |
Gets the value of the specified column as a 16-bit signed integer. |
GetInt32 |
Gets the value of the specified column as a 32-bit signed integer. |
GetInt64 |
Gets the value of the specified column as a 64-bit signed integer. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetName |
Gets the name of the specified column. |
GetOrdinal |
Gets the column ordinal, given the name of the column. |
GetSchemaTable |
Returns a DataTable that describes the column metadata of the OdbcDataReader. |
GetString |
Gets the value of the specified column as a String. |
GetTime |
Gets the value of the specified column as a TimeSpan object. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
GetValue |
Gets the value of the column at the specified ordinal in its native format. |
GetValues |
Gets all the attribute columns in the current row. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance. |
IsDBNull |
Gets a value indicating whether the column contains non-existent or missing values. |
NextResult |
Advances the the OdbcDataReader to the next result, when reading the results of batch SQL statements. |
Read |
Advances the OdbcDataReader to the next record. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |