Declaration

function RecordGetBatch(aCutoffSize: Integer; aOptions: TnxRecordGetBatchExOptions; aStream: TnxMemoryStream; aMaxRecords: Integer = -1): TnxResult; virtual; abstract;

 
Description

This function returns a batch of record data in a Stream. aCutoffSize - the maximum length to return in bytes. aOptions - the (blob/bookmark) options to use for filling the stream aStream - the stream that receives the data aMaxRecords - the maximum number of records to return.

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxAbstractCursor