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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public IRecordReader Reader { get; }

Property Value

IRecordReader
The record reader.
Remarks

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

See Also