SQLSelect.UnLock Method (Typed) | |
[Missing <include> target documentation in 'M:XSharp.VO.SDK.SQLSelect.UnLock(System.Int32)'. File: 'Sql.xml' Path: 'doc/SQLSelect.UnLock/*']
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.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
Return Value
Type:
LogicSee Also