Name | Description | |
---|---|---|
![]() | Close | Overridden. Closes the MimerDataReader object. |
![]() | CloseAsync | (Inherited from System.Data.Common.DbDataReader) |
![]() | DisposeAsync | (Inherited from System.Data.Common.DbDataReader) |
![]() | GetBoolean | Overridden. Gets the value of the specified column as a Boolean. |
![]() | GetByte | Overridden. Gets the value of the specified column as a byte. |
![]() | GetBytes | Overridden. Reads a stream of bytes from the specified column offset into the buffer starting at the given buffer offset. |
![]() | GetChar | Overridden. Gets the value of the specified column as a character. |
![]() | GetChars | Overridden. Reads a stream of characters from the specified column offset into the buffer starting at the given buffer offset. |
![]() | GetColumnSchema | Returns a result set column schema for the MimerDataReader. |
![]() | GetColumnSchemaAsync | (Inherited from System.Data.Common.DbDataReader) |
![]() | GetData | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() | GetDataTypeName | Overridden. Gets the name of the source data type. |
![]() | GetDateOnly | Gets the value of the specified column as a System.DateOnly object. |
![]() | GetDateTime | Overridden. Gets the value of the specified column as a System.DateTime object. |
![]() | GetDecimal | Overridden. Gets the value of the specified column as a System.Decimal object. |
![]() | GetDouble | Overridden. Gets the value of the specified column as a double-precision floating point number. |
![]() | GetFieldType | Overridden. Gets the data type of the column as a System.Type object. |
![]() | GetFieldValue | (Inherited from System.Data.Common.DbDataReader) |
![]() | GetFieldValueAsync | Overloaded. (Inherited from System.Data.Common.DbDataReader) |
![]() | GetFloat | Overridden. Gets the value of the specified column as a single-precision floating point number. |
![]() | GetGuid | Overridden. Gets the value of the specified column as a System.Guid (globally-unique identifier) object. |
![]() | GetInt16 | Overridden. Gets the value of the specified column as a signed 16-bit integer number. |
![]() | GetInt32 | Overridden. Gets the value of the specified column as a signed 32-bit integer number. |
![]() | GetInt64 | Overridden. Gets the value of the specified column as a signed 64-bit integer number. |
![]() | GetLifetimeService | (Inherited from System.Data.Common.DbDataReader) |
![]() | GetName | Overridden. Gets the name of the specified column. |
![]() | GetOrdinal | Overridden. Gets the ordinal position of a column given the column name. |
![]() | GetSchemaTable | Overridden. Returns a System.Data.DataTable that describes the column metadata of the MimerDataReader. |
![]() | GetSchemaTableAsync | (Inherited from System.Data.Common.DbDataReader) |
![]() | GetStream | (Inherited from System.Data.Common.DbDataReader) |
![]() | GetString | Overridden. Gets the value of the specified column as a System.String. |
![]() | GetTextReader | (Inherited from System.Data.Common.DbDataReader) |
![]() | GetTimeOnly | Gets the value of the specified column as a System.TimeOnly object. |
![]() | GetTimeSpan | Gets the value of the specified column as a System.TimeSpan object. |
![]() | GetUserDefinedType | Overloaded. Retrieve the value for a user defined type column. |
![]() | GetValue | Overridden. Gets the column in its native format. |
![]() | GetValues | Overridden. Retrieve the value for all columns of the current row. |
![]() | InitializeLifetimeService | (Inherited from System.Data.Common.DbDataReader) |
![]() | IsDBNull | Overridden. Gets a boolean indicating whether the column value is null. |
![]() | IsDBNullAsync | Overloaded. (Inherited from System.Data.Common.DbDataReader) |
![]() | NextResult | Overridden. Moves the MimerDataReader to the next result. This is used when reading the results of batched SQL statements. |
![]() | NextResultAsync | Overloaded. (Inherited from System.Data.Common.DbDataReader) |
![]() | Read | Overridden. Moves the MimerDataReader to the next record. |
![]() | ReadAsync | Overloaded. (Inherited from System.Data.Common.DbDataReader) |