SQLCatalogQuery.Skip Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual Skip(
Usual nRecordCount = default
)
Request Example
View SourceParameters
- nRecordCount (Optional)
- Type: Usual
Number of rows to skip
Return Value
Type:
UsualTRUE when successful.
See Also