CoreDb.SkipScope 方法 | |
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
public static bool SkipScope(
int nRecords,
DbScopeInfo scope
)
查看代码参数
- nRecords
- 类型:Int32
- scope
- 类型:DbScopeInfo
返回值
类型:
BooleanTRUE if successful; otherwise, FALSE.
备注 提示: |
---|
VoDbSkipScope() and CoreDb.SkipScope() are aliases |
参见