VoDbSkipScope Function | |
Position the cursor relative to its current position within the current scope.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION VoDbSkipScope(
nRecords AS LONG,
scope AS DbScopeInfo
) AS LOGIC
public static bool VoDbSkipScope(
int nRecords,
DbScopeInfo scope
)
Request Example
View SourceParameters
- nRecords
- Type: Long
- scope
- Type: DbScopeInfo
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
VoDbSkipScope() and CoreDb.SkipScope() are aliases |
See Also