DataServer.UnLock Method (Typed) | |
Remove all locks held on this data server.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD UnLock(
nRecno AS LONG
) AS LOGIC
public virtual bool UnLock(
[DefaultParameterValueAttribute(0, 0)] int nRecno
)
Request Example
View SourceParameters
- nRecno
- Type: Long
Return Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
See Also