SQLSelect.UnLock Method (Typed)
|
|
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.24 GA
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
Return Value
Type:
Logic
See Also