Click or drag to resize

SQLSelect.Skip Method (Typed)

X#
Move forward or backward relative to the current row. (Similar to the Skip() function).

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

Parameters

nSkip
Type: Long

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE (including if beginning or end of data was encountered).
Remarks
Tip Tip
Not all data servers are capable of moving backward. (See SQLConnection:ScrollCsr and SQLSelect:BufferData().)
Sends a NotifyRecordChange message if any move was made.
See Also