  | RecordInputIsReaderCreated Property | 
            Gets a value indicating whether the record reader has been created.
            
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic bool IsReaderCreated { get; }Public ReadOnly Property IsReaderCreated As Boolean
	Get
public:
property bool IsReaderCreated {
	bool get ();
}member IsReaderCreated : bool with get
Property Value
Boolean if the record reader has been created; otherwise, 
.
            
Remarks
              If this value is , it means that the Reader property will
              create a file-based record reader when accessed, which is guaranteed never to return 
              for the HasRecords property.
            
See Also