SQLSelect.SetPos Method | |
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD SetPos(
nPos,
nOption,
nLock
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetPos(
Usual nPos = default,
Usual nOption = default,
Usual nLock = default
)
Request Example
View SourceParameters
- nPos (Optional)
- Type: Usual
- nOption (Optional)
- Type: Usual
- nLock (Optional)
- Type: Usual
Return Value
Type:
UsualSee Also