CoreDb.SetScope 方法 | |
Set the locate condition.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD SetScope(
scope AS DbScopeInfo
) AS LOGIC
public static bool SetScope(
DbScopeInfo scope
)
查看代码参数
- scope
- 类型:DbScopeInfo
A Scope objhect describing the current scope.
返回值
类型:
BooleanTRUE if successful; otherwise, FALSE.
备注 提示: |
---|
VoDbSetScope() and CoreDb.SetScope() are aliases |
参见