SQLSelect.SetPos Method (Typed) | |
Note: This API is now obsolete.
[Missing <include> target documentation in 'M:XSharp.VO.SDK.SQLSelect.SetPos(XSharp.__Usual,XSharp.__Usual,XSharp.__Usual)'. File: 'Sql.xml' Path: 'doc/SQLSelect.SetPos/*']
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax [ObsoleteAttribute]
VIRTUAL METHOD SetPos(
nPos,
nOption,
nLock
) AS LOGIC CLIPPER
[ObsoleteAttribute]
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual bool 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:
LogicSee Also