Click or drag to resize

DbServer.UnLock Method (Typed)

X#
Release a specified lock or all locks.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD UnLock(
	 nRecordNumber AS LONG
) AS LOGIC
Request Example View Source

Parameters

nRecordNumber
Type: Long
The number of the desired record. If 0 or omitted, all locks for this server are released, record locks as well as file locks.

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
See Also