CoreDb.RecordInfo 方法 (UInt32, Object, Object) | |
Retrieve information about a record.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD RecordInfo(
nOrdinal AS DWORD,
oRecID AS Object,
oValue REF Object
) AS LOGIC
public static bool RecordInfo(
uint nOrdinal,
Object oRecID,
ref Object oValue
)
查看代码参数
- nOrdinal
- 类型:UInt32
This must match one of the values from the DbRecordInfo Enum - oRecID
- 类型:Object
Some of the DbRecordInfo enum values require a record number - oValue
- 类型:Object
Some of the DbRecordInfo enum values require a new value.
返回值
类型:
BooleanTRUE if successful; otherwise, FALSE.
参见