Click or drag to resize

RecordReaderT Properties

The RecordReaderT generic type exposes the following members.

Properties
  NameDescription
Public propertyBytesRead
Gets the actual number of bytes read from the input.
Public propertyCurrentRecord
Gets the current record.
Public propertyHasFinished
Gets a value indicating whether this instance has read all records.
Public propertyHasRecords
Gets a value that indicates whether there are records available on the data source that this reader is reading from.
Public propertyInputBytes
Gets the size of the records before deserialization.
Public propertyProgress
Gets a number between 0 and 1 that indicates the progress of the reader.
Public propertyReadTime
Gets the time spent reading.
Public propertyRecordsRead
Gets the number of records that has been read by this record reader.
Public propertySourceName
Gets or sets the an informational string indicating the source of the records.
Top
See Also