Click or drag to resize

DDARecordReaderReadNextRecord Method

Reads the next document record.

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public Document ReadNextRecord()

Return Value

Document
Returns the next document record or null if no more records to read.
See Also