点击或拖拽改变大小

Functions.VoDbSkipScope 方法

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

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

参数

nRecords
类型:Int32
scope
类型:DbScopeInfo

返回值

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