Click or drag to resize

StreamRecordInput Properties

The StreamRecordInput type exposes the following members.

Properties
 NameDescription
Public propertyHasRecords Gets a value indicating whether this instance has records available.
(Inherited from RecordInput)
Public propertyIsMemoryBased Gets a value indicating whether this input is read from memory.
(Overrides RecordInputIsMemoryBased)
Public propertyIsRawReaderCreated Gets a value indicating whether the record reader has been created.
(Inherited from RecordInput)
Public propertyIsRawReaderSupported Gets a value indicating whether this instance supports the raw record reader.
(Overrides RecordInputIsRawReaderSupported)
Public propertyIsReaderCreated Gets a value indicating whether the record reader has been created.
(Inherited from RecordInput)
Public propertyReader Gets the record reader for this input.
(Inherited from RecordInput)
Top
See Also