Click or drag to resize

SQLSelect.GoTo Method (Typed)

X#
Position the data server on the specified row number.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GoTo(
	nNewRec AS LONG
) AS LOGIC
Request Example View Source

Parameters

nNewRec
Type: Long

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
Tip Tip
Some types of data servers cannot support movement by row number.
Sends a NotifyRecordChange message, if successful.
See Also