DbServer.UnLock Method (Usual) | |
Release a specified lock or all locks.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD UnLock(
nRecordNumber
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual UnLock(
Usual nRecordNumber = default
)
Request Example
View SourceParameters
- nRecordNumber (Optional)
- Type: Usual
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:
Usual
TRUE if successful; otherwise, FALSE.
See Also