Click or drag to resize

IMultiInputRecordReader Methods

The IMultiInputRecordReader type exposes the following members.

Methods
  NameDescription
Public methodAddInput
Adds the specified input to be read by this record reader.
Public methodAssignAdditionalPartitions
Assigns additional partitions to this record reader.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodNextPartition
Moves the current partition to the next partition.
Public methodReadRecord
Reads a record.
(Inherited from IRecordReader.)
Top
See Also