Click or drag to resize

RecordInputReader Property

Gets the record reader for this input.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public IRecordReader Reader { get; }

Property Value

Type: IRecordReader
The record reader.
Remarks

If the reader had not yet been created, it will be created by accessing this property.

See Also