CoreDb.Goto 方法 | |
Move to a record specified by record number.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD Goto(
uRecId AS Object
) AS LOGIC
public static bool Goto(
Object uRecId
)
查看代码参数
- uRecId
- 类型:Object
ID of the record to goto
返回值
类型:
BooleanTRUE if successful; otherwise, FALSE.
参见