SQLSelect.RLOCK Method | |
This method is provided to override the inherited functionality from the DataServer class, as it does not apply to SQLSelect.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RLOCK(
uRecordNumber
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual RLOCK(
Usual uRecordNumber = default
)
Request Example
View SourceParameters
- uRecordNumber (Optional)
- Type: Usual
Return Value
Type:
UsualSee Also