DbServer.UnLock Method (Typed) | |
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
public override bool UnLock(
[DefaultParameterValueAttribute(0, 0)] int nRecordNumber
)
Request Example
View SourceParameters
- 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