  | RecordInputReader Property  | 
 
            Gets the record reader for this input.
            
 
    Namespace: 
   Ookii.Jumbo.IO
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntaxpublic IRecordReader Reader { get; }Public ReadOnly Property Reader As IRecordReader
	Get
public:
property IRecordReader^ Reader {
	IRecordReader^ get ();
}member Reader : IRecordReader with get
Property Value
Type: 
IRecordReaderThe record reader.
Remarks
              If the reader had not yet been created, it will be created by accessing this property.
            
See Also