Close | Closes the MimerDataReader 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.
|
Dispose | Frees resources before the MimerDataReader is reclaimed by the Garbage Collector. |
Equals (inherited from Object) |
Determines whether the specified Object is equal to the current Object.
|
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 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 starting at the given buffer offset. |
GetData | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
GetDataTypeName | Gets the name of the source data type. |
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 data type of the column as a Type 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 Guid (globally-unique identifier) object. |
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 signed 16-bit integer number. |
GetInt32 | Gets the value of the specified column as a signed 32-bit integer number. |
GetInt64 | Gets the value of the specified column as a signed 64-bit integer number. |
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 ordinal position of a column given the column name. |
GetSchemaTable | Returns a DataTable that describes the column metadata of the MimerDataReader. |
GetString | Gets the value of the specified column as a String. |
GetTimeSpan | 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 column in its native format. |
GetValues | Retrieve the value for all columns of the current row.
|
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance.
|
IsDBNull | Gets a boolean indicating whether the column value is null. |
NextResult | Moves the MimerDataReader to the next result. This is used when reading the results of batched SQL statements. |
Read | Moves the MimerDataReader to the next record. |
ToString (inherited from Object) |
Returns a String that represents the current Object.
|