Click or drag to resize
DataReaderBase Events

The DataReaderBase type exposes the following members.

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