Click or drag to resize

CoreDb.SkipScope Method

X#
Position the cursor relative to its current position within the current scope.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD SkipScope(
	nRecords AS LONG,
	Scope AS DbScopeInfo
) AS LOGIC
Request Example View Source

Parameters

nRecords
Type: Long
Scope
Type: DbScopeInfo

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
Tip Tip
VoDbSkipScope() and CoreDb.SkipScope() are aliases
See Also