点击或拖拽改变大小

CoreDb.SetScope 方法

X#
Set the locate condition.

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

参数

scope
类型:DbScopeInfo
A Scope objhect describing the current scope.

返回值

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