CoreDb.SkipScope Method | |
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
public static bool SkipScope(
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