点击或拖拽改变大小

CoreDb.SkipScope 方法

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

命名空间:  XSharp
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 STATIC METHOD SkipScope(
	nRecords AS LONG,
	scope AS DbScopeInfo
) AS LOGIC
查看代码

参数

nRecords
类型:Int32
scope
类型:DbScopeInfo

返回值

类型:Boolean
TRUE if successful; otherwise, FALSE.
备注
提示 提示:
VoDbSkipScope() and CoreDb.SkipScope() are aliases
参见