Name | Description | |
---|---|---|
![]() | Close | Overridden. Closes the UniDataReader object. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | GetBoolean | Overloaded. Overridden. Gets the value of the specified column as a Boolean. |
![]() | GetByte | Overloaded. Overridden. Gets the value of the specified column as a byte. |
![]() | GetBytes | Overloaded. Overridden. Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset. |
![]() | GetChar | Overloaded. Overridden. Gets the value of the specified column as a single character. |
![]() | GetChars | Overloaded. Overridden. Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset. |
![]() | GetData | Returns UniDataReader object that contains nested table data. |
![]() | GetDataTypeName | Overloaded. Overridden. Gets the name of the source data type. |
![]() | GetDateTime | Overloaded. Overridden. Gets the value of the specified column as a System.DateTime object. |
![]() | GetDateTimeOffset | Overloaded. Gets the value of the specified column as a DateTimeOffset object. (Inherited from Devart.Common.DbDataReaderBase) |
![]() | GetDecimal | Overloaded. Overridden. Gets the value of the specified column as a System.Decimal object. |
![]() | GetDouble | Overloaded. Overridden. Gets the value of the specified column as a double-precision floating point number. |
![]() | GetFieldType | Overloaded. Overridden. Gets the System.Type that is the data type of the object. |
![]() | GetFloat | Overloaded. Overridden. Gets the value of the specified column as a single-precision floating point number. |
![]() | GetGuid | Overloaded. Overridden. Gets the value of the specified column as a globally-unique identifier (GUID). |
![]() | GetInt16 | Overloaded. Overridden. Gets the value of the specified column as a 16-bit signed integer. |
![]() | GetInt32 | Overloaded. Overridden. Gets the value of the specified column as a 32-bit signed integer. |
![]() | GetInt64 | Overloaded. Overridden. Gets the value of the specified column as a 64-bit signed integer. |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetName | Overridden. Gets the name of the specified column. |
![]() | GetOrdinal | Overridden. Gets the column ordinal, given the name of the column. |
![]() | GetProviderSpecificFieldType | Returns the provider-specific field type of the specified column. (Inherited from Devart.Common.DbDataReaderBase) |
![]() | GetProviderSpecificValue | Gets the value of the specified column as an instance of System.Object (Inherited from Devart.Common.DbDataReaderBase) |
![]() | GetSchemaTable | Overridden. Returns a System.Data.DataTable that describes the column metadata of the Devart.Common.DbDataReader. |
![]() | GetString | Overloaded. Overridden. Gets the value of the specified column as a string. |
![]() | GetUniArray | Overloaded. |
![]() | GetUniBlob | Overloaded. Gets the value of the specified column as a UniBlob object. |
![]() | GetUniCursor | Overloaded. Gets the value of the specified column as a UniCursor object. |
![]() | GetUniDecimal | Overloaded. Gets the value of the specified column as a UniDecimal object. |
![]() | GetValue | Overloaded. Overridden. Gets the value of the specified column in its native format. |
![]() | GetValues | Overridden. Gets all attribute columns in the collection for the current row. |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | IsDBNull | Overloaded. Overridden. Gets a value indicating whether the column contains non-existent or missing values. |
![]() | NextResult | Overridden. Advances the data reader to the next result, when reading the results of batch SQL statements. |
![]() | Read | Overridden. Advances the UniDataReader to the next record. |