Click or drag to resize
DataReaderBase Class
Inheritance Hierarchy

Namespace: DataStreams.Common
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public abstract class DataReaderBase : IDataReader, 
	IDataRecord, IDisposable

The DataReaderBase type exposes the following members.

Constructors
  NameDescription
Public methodDataReaderBase
Initializes a new instance of the DataReaderBase class
Top
Methods
  NameDescription
Public methodClose
Closes and releases all related resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventReadRecord
This event is raised after each record has been read and before the values have been converted to the destination type. This event can be used to modify values in a record, add values to a record, or skip a record entirely.
Top
See Also