Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.UnlockRecord

Syntax

void UnlockRecord( )

Parameters

None.

Description

Unlocks the current record. To free all record locks from one specific table obtained with LockRecord(), use CTTable.UnlockTable().

Return

None.

See Also

CTTable.UnlockTable(), LockRecord(), Locking

TOCIndex