Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.BatchMode

Retrieves the current batch mode.

Declaration

CTBATCH_MODE CTRecord.BatchMode();

Description

Retrieves the current batch mode. The batch mode is set by calling the CTRecord.SetBatch() method. If a batch operation is not active, CTRecord.BatchMode() returns CTBATCH_NONE.

Return

Returns the current batch mode or CTBATCH_NONE if no batch operation is currently active.

See Also

CTRecord.BatchLocked(), CTRecord.EndBatch(), CTRecord.InsertBatch(), CTRecord.IsBatchActive(), CTRecord.NextBatch(), CTRecord.SetBatch(), CTRecord.BatchLoaded, CTRecord.BatchTotal

TOCIndex