|
LogicalParserHasNextObservationRecord Method
|
Determines whether there are any more
ObservationRecords to be
read from the PQDIF file.
Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.205-beta
Syntax public bool HasNextObservationRecord()
Public Function HasNextObservationRecord As Boolean
public:
bool HasNextObservationRecord()
member HasNextObservationRecord : unit -> bool
function HasNextObservationRecord();
View SourceReturn Value
Booleantrue if there is another observation record to be read from PQDIF file; false otherwise
See Also