SQLSelect.Unlock 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 Unlock(
nRecordNumber
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Unlock(
Usual nRecordNumber = default
)
Request Example
View SourceParameters
- nRecordNumber (Optional)
- Type: Usual
Return Value
Type:
UsualSee Also