CTRecord.BatchTotal
Retrieves the total number of records affected by a batch retrieval operation.
Declaration
LONG CTRecord.BatchTotal();
Description
Retrieves the total number of records selected by a batch retrieval operation. If a batch operation is not active, BatchTotal() returns zero.
Return
Returns the total number of records selected by a batch retrieval operation. In case of an error, BatchTotal() throws a CTException.
See Also
CTRecord.BatchLocked(), CTRecord.BatchMode(), CTRecord.EndBatch(), CTRecord.InsertBatch(), CTRecord.IsBatchActive(), CTRecord.NextBatch(), CTRecord.SetBatch(), CTRecord.BatchLoaded