SQLSelect.Skip Method | |
Move forward or backward relative to the current row. (Similar to the Skip() function).
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
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE (including if beginning or end of data was encountered).
Remarks 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