DataReaderBase Class |
Namespace: DataStreams.Common
The DataReaderBase type exposes the following members.
Name | Description | |
---|---|---|
DataReaderBase | Initializes a new instance of the DataReaderBase class |
Name | Description | |
---|---|---|
Close |
Closes and releases all related resources.
| |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ReadRecord |
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.
|