SQLSelect.GoTo Method | |
Position the data server on the specified row number.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GoTo(
uRecordExpr
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual GoTo(
Usual uRecordExpr = default
)
Request Example
View SourceParameters
- uRecordExpr (Optional)
- Type: Usual
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
Some types of data servers cannot support movement by row number. |
Sends a NotifyRecordChange message, if successful.
See Also