The RecordSetReader obtains the contents of one RecordSet as form of read-only, forward-only result set.
Inheritance Hierarchy
System MarshalByRefObject
System.Data.Common DbDataReader
NReco.Data RecordSetReader
Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
The RecordSetReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RecordSetReader | Initializes a new instance of the RecordSetReader class |
Methods
Name | Description | |
---|---|---|
Close | (Overrides DbDataReader Close .) | |
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 | Releases all resources used by the current instance of the DbDataReader class. (Inherited from DbDataReader.) | |
Dispose(Boolean) | Releases the managed resources used by the DbDataReader and optionally releases the unmanaged resources. (Inherited from DbDataReader.) | |
Equals | (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 | (Overrides DbDataReader GetBoolean(Int32).) | |
GetByte | (Overrides DbDataReader GetByte(Int32).) | |
GetBytes | (Overrides DbDataReader GetBytes(Int32, Int64, Byte , Int32, Int32).) | |
GetChar | (Overrides DbDataReader GetChar(Int32).) | |
GetChars | (Overrides DbDataReader GetChars(Int32, Int64, Char , Int32, Int32).) | |
GetData | Returns a DbDataReader object for the requested column ordinal. (Inherited from DbDataReader.) | |
GetDataTypeName | (Overrides DbDataReader GetDataTypeName(Int32).) | |
GetDateTime | (Overrides DbDataReader GetDateTime(Int32).) | |
GetDbDataReader | Returns a DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation. (Inherited from DbDataReader.) | |
GetDecimal | (Overrides DbDataReader GetDecimal(Int32).) | |
GetDouble | (Overrides DbDataReader GetDouble(Int32).) | |
GetEnumerator | (Overrides DbDataReader GetEnumerator .) | |
GetFieldType | (Overrides DbDataReader GetFieldType(Int32).) | |
GetFloat | (Overrides DbDataReader GetFloat(Int32).) | |
GetGuid | (Overrides DbDataReader GetGuid(Int32).) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInt16 | (Overrides DbDataReader GetInt16(Int32).) | |
GetInt32 | (Overrides DbDataReader GetInt32(Int32).) | |
GetInt64 | (Overrides DbDataReader GetInt64(Int32).) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
GetName | (Overrides DbDataReader GetName(Int32).) | |
GetOrdinal | (Overrides DbDataReader GetOrdinal(String).) | |
GetProviderSpecificFieldType | Returns the provider-specific field type of the specified column. (Inherited from DbDataReader.) | |
GetProviderSpecificValue | Gets the value of the specified column as an instance of Object. (Inherited from DbDataReader.) | |
GetProviderSpecificValues | Gets all provider-specific attribute columns in the collection for the current row. (Inherited from DbDataReader.) | |
GetSchemaTable | (Overrides DbDataReader GetSchemaTable .) | |
GetString | (Overrides DbDataReader GetString(Int32).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | (Overrides DbDataReader GetValue(Int32).) | |
GetValues | (Overrides DbDataReader GetValues( Object ).) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
IsDBNull | (Overrides DbDataReader IsDBNull(Int32).) | |
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 | (Overrides DbDataReader NextResult .) | |
Read | (Overrides DbDataReader Read .) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Depth | (Overrides DbDataReader Depth.) | |
FieldCount | (Overrides DbDataReader FieldCount.) | |
HasRows | (Overrides DbDataReader HasRows.) | |
IsClosed | (Overrides DbDataReader IsClosed.) | |
Item Int32 | (Overrides DbDataReader Item Int32 .) | |
Item String | (Overrides DbDataReader Item String .) | |
RecordsAffected | (Overrides DbDataReader RecordsAffected.) | |
VisibleFieldCount | Gets the number of fields in the DbDataReader that are not hidden. (Inherited from DbDataReader.) |
See Also