Click or drag to resize

SQLCatalogQuery.Skip Method

X#
Fetch a new row of the result set.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Skip(
	nRecordCount
) AS USUAL CLIPPER
Request Example View Source

Parameters

nRecordCount (Optional)
Type: Usual
Number of rows to skip

Return Value

Type: Usual
TRUE when successful.
See Also