CachedResultsetDataReader Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The CachedResultsetDataReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | Depth |
Gets a value indicating the depth of nesting for the current row.
(Overrides DbDataReaderDepth.) |
![]() | FieldCount |
Gets the number of columns in the current row.
(Overrides DbDataReaderFieldCount.) |
![]() | HasRows |
Gets a value that indicates whether this DbDataReader contains one or more rows.
(Overrides DbDataReaderHasRows.) |
![]() | IsClosed |
Gets a value indicating whether the DbDataReader is closed.
(Overrides DbDataReaderIsClosed.) |
![]() | ItemInt32 |
Gets the value of the specified column as an instance of Object.
(Overrides DbDataReaderItemInt32.) |
![]() | ItemString |
Gets the value of the specified column as an instance of Object.
(Overrides DbDataReaderItemString.) |
![]() | RecordsAffected |
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
(Overrides DbDataReaderRecordsAffected.) |
![]() | VisibleFieldCount | (Inherited from DbDataReader.) |
Name | Description | |
---|---|---|
![]() | Close |
Closes the DbDataReader object.
(Overrides DbDataReaderClose.) |
![]() | 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.) |
![]() | Dispose | (Inherited from DbDataReader.) |
![]() | Dispose(Boolean) | (Inherited from DbDataReader.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBoolean |
Gets the value of the specified column as a Boolean.
(Overrides DbDataReaderGetBoolean(Int32).) |
![]() | GetByte |
Gets the value of the specified column as a byte.
(Overrides DbDataReaderGetByte(Int32).) |
![]() | 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.
(Overrides DbDataReaderGetBytes(Int32, Int64, Byte, Int32, Int32).) |
![]() | GetChar |
Gets the value of the specified column as a single character.
(Overrides DbDataReaderGetChar(Int32).) |
![]() | GetChars |
Reads a stream of characters from the specified column, starting at location indicated by dataOffset, into the buffer,
starting at the location indicated by bufferOffset.
(Overrides DbDataReaderGetChars(Int32, Int64, Char, Int32, Int32).) |
![]() | GetData | (Inherited from DbDataReader.) |
![]() | GetDataTypeName |
Gets name of the data type of the specified column.
(Overrides DbDataReaderGetDataTypeName(Int32).) |
![]() | GetDateTime |
Gets the value of the specified column as a DateTime object.
(Overrides DbDataReaderGetDateTime(Int32).) |
![]() | GetDbDataReader | (Inherited from DbDataReader.) |
![]() | GetDecimal |
Gets the value of the specified column as a Decimal object.
(Overrides DbDataReaderGetDecimal(Int32).) |
![]() | GetDouble |
Gets the value of the specified column as a double-precision floating point number.
(Overrides DbDataReaderGetDouble(Int32).) |
![]() | GetEnumerator |
Returns an IEnumerator that can be used to iterate through the rows in the data reader.
(Overrides DbDataReaderGetEnumerator.) |
![]() | GetFieldType |
Gets the data type of the specified column.
(Overrides DbDataReaderGetFieldType(Int32).) |
![]() | GetFieldValueT | (Inherited from DbDataReader.) |
![]() | GetFieldValueAsyncT(Int32) | (Inherited from DbDataReader.) |
![]() | GetFieldValueAsyncT(Int32, CancellationToken) | (Inherited from DbDataReader.) |
![]() | GetFloat |
Gets the value of the specified column as a single-precision floating point number.
(Overrides DbDataReaderGetFloat(Int32).) |
![]() | GetGuid |
Gets the value of the specified column as a globally-unique identifier (GUID).
(Overrides DbDataReaderGetGuid(Int32).) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetInt16 |
Gets the value of the specified column as a 16-bit signed integer.
(Overrides DbDataReaderGetInt16(Int32).) |
![]() | GetInt32 |
Gets the value of the specified column as a 32-bit signed integer.
(Overrides DbDataReaderGetInt32(Int32).) |
![]() | GetInt64 |
Gets the value of the specified column as a 64-bit signed integer.
(Overrides DbDataReaderGetInt64(Int32).) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetName |
Gets the name of the column, given the zero-based column ordinal.
(Overrides DbDataReaderGetName(Int32).) |
![]() | GetOrdinal |
Gets the column ordinal given the name of the column.
(Overrides DbDataReaderGetOrdinal(String).) |
![]() | GetProviderSpecificFieldType | (Inherited from DbDataReader.) |
![]() | GetProviderSpecificValue | (Inherited from DbDataReader.) |
![]() | GetProviderSpecificValues | (Inherited from DbDataReader.) |
![]() | GetSchemaTable |
Returns a DataTable that describes the column metadata of the DbDataReader.
(Overrides DbDataReaderGetSchemaTable.) |
![]() | GetStream | (Inherited from DbDataReader.) |
![]() | GetString |
Gets the value of the specified column as an instance of String.
(Overrides DbDataReaderGetString(Int32).) |
![]() | GetTextReader | (Inherited from DbDataReader.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue |
Gets the value of the specified column as an instance of Object.
(Overrides DbDataReaderGetValue(Int32).) |
![]() | GetValues |
Gets all attribute columns in the collection for the current row.
(Overrides DbDataReaderGetValues(Object).) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | IsDBNull |
Gets a value that indicates whether the column contains nonexistent or missing values.
(Overrides DbDataReaderIsDBNull(Int32).) |
![]() | IsDBNullAsync(Int32) | (Inherited from DbDataReader.) |
![]() | IsDBNullAsync(Int32, CancellationToken) | (Inherited from DbDataReader.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | NextResult |
Advances the reader to the next result when reading the results of a batch of statements.
(Overrides DbDataReaderNextResult.) |
![]() | NextResultAsync | (Inherited from DbDataReader.) |
![]() | NextResultAsync(CancellationToken) | (Inherited from DbDataReader.) |
![]() | Read |
Advances the reader to the next record in a result set.
(Overrides DbDataReaderRead.) |
![]() | ReadAsync | (Inherited from DbDataReader.) |
![]() | ReadAsync(CancellationToken) | (Inherited from DbDataReader.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | IDataRecordGetData | For a description of this member, see GetData(Int32). (Inherited from DbDataReader.) |