Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.UnlockTable

Syntax

void UnlockTable( )

Parameters

None.

Description

Unlocks all record locks from the table, if they were obtained with a call to CTRecord.LockRecord(). To free a specific record lock obtained with CTRecord.LockRecord(), use CTRecord.UnlockRecord().

Return

None.

See Also

CTRecord.LockRecord(), CTRecord.UnlockRecord()

TOCIndex