Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.GetRecordLock

Syntax

LOCK_MODE GetRecordLock( )

Parameters

This method has no parameters.

Description

Retrieve information if the record is locked or not.

Return

Returns LOCK_MODE.FREE_LOCK if record is not locked.

Returns LOCK_MODE.READ_LOCK if record is locked with a read lock.

Returns LOCK_MODE.WRITE_LOCK if the record has a write lock.

See Also

LockRecord()

TOCIndex