RecordSetReader ClassNReco.Data Class Library Documentation
The RecordSetReader obtains the contents of one RecordSet as form of read-only, forward-only result set.
Inheritance Hierarchy

System Object
  System MarshalByRefObject
    System.Data.Common DbDataReader
      NReco.Data RecordSetReader

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public class RecordSetReader : DbDataReader

The RecordSetReader type exposes the following members.

Constructors

  NameDescription
Public methodRecordSetReader
Initializes a new instance of the RecordSetReader class
Top
Methods

  NameDescription
Public methodClose (Overrides DbDataReader Close .)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose 
Releases all resources used by the current instance of the DbDataReader class.
(Inherited from DbDataReader.)
Protected methodDispose(Boolean)
Releases the managed resources used by the DbDataReader and optionally releases the unmanaged resources.
(Inherited from DbDataReader.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBoolean (Overrides DbDataReader GetBoolean(Int32).)
Public methodGetByte (Overrides DbDataReader GetByte(Int32).)
Public methodGetBytes (Overrides DbDataReader GetBytes(Int32, Int64,  Byte , Int32, Int32).)
Public methodGetChar (Overrides DbDataReader GetChar(Int32).)
Public methodGetChars (Overrides DbDataReader GetChars(Int32, Int64,  Char , Int32, Int32).)
Public methodGetData
Returns a DbDataReader object for the requested column ordinal.
(Inherited from DbDataReader.)
Public methodGetDataTypeName (Overrides DbDataReader GetDataTypeName(Int32).)
Public methodGetDateTime (Overrides DbDataReader GetDateTime(Int32).)
Protected methodGetDbDataReader
Returns a DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation.
(Inherited from DbDataReader.)
Public methodGetDecimal (Overrides DbDataReader GetDecimal(Int32).)
Public methodGetDouble (Overrides DbDataReader GetDouble(Int32).)
Public methodGetEnumerator (Overrides DbDataReader GetEnumerator .)
Public methodGetFieldType (Overrides DbDataReader GetFieldType(Int32).)
Public methodGetFloat (Overrides DbDataReader GetFloat(Int32).)
Public methodGetGuid (Overrides DbDataReader GetGuid(Int32).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInt16 (Overrides DbDataReader GetInt16(Int32).)
Public methodGetInt32 (Overrides DbDataReader GetInt32(Int32).)
Public methodGetInt64 (Overrides DbDataReader GetInt64(Int32).)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetName (Overrides DbDataReader GetName(Int32).)
Public methodGetOrdinal (Overrides DbDataReader GetOrdinal(String).)
Public methodGetProviderSpecificFieldType
Returns the provider-specific field type of the specified column.
(Inherited from DbDataReader.)
Public methodGetProviderSpecificValue
Gets the value of the specified column as an instance of Object.
(Inherited from DbDataReader.)
Public methodGetProviderSpecificValues
Gets all provider-specific attribute columns in the collection for the current row.
(Inherited from DbDataReader.)
Public methodGetSchemaTable (Overrides DbDataReader GetSchemaTable .)
Public methodGetString (Overrides DbDataReader GetString(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue (Overrides DbDataReader GetValue(Int32).)
Public methodGetValues (Overrides DbDataReader GetValues( Object ).)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodIsDBNull (Overrides DbDataReader IsDBNull(Int32).)
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodNextResult (Overrides DbDataReader NextResult .)
Public methodRead (Overrides DbDataReader Read .)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyDepth (Overrides DbDataReader Depth.)
Public propertyFieldCount (Overrides DbDataReader FieldCount.)
Public propertyHasRows (Overrides DbDataReader HasRows.)
Public propertyIsClosed (Overrides DbDataReader IsClosed.)
Public propertyItem Int32  (Overrides DbDataReader Item Int32 .)
Public propertyItem String  (Overrides DbDataReader Item String .)
Public propertyRecordsAffected (Overrides DbDataReader RecordsAffected.)
Public propertyVisibleFieldCount
Gets the number of fields in the DbDataReader that are not hidden.
(Inherited from DbDataReader.)
Top
See Also