点击或拖拽改变大小

VoDb.RecordInfo 方法 (UInt32, __Usual, __Usual)

X#
Retrieve information about a record.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 STATIC METHOD RecordInfo(
	nOrdinal AS DWORD,
	oRecID AS USUAL,
	oValue REF USUAL
) AS LOGIC
查看代码

参数

nOrdinal
类型:UInt32
This must match one of the values from the DbRecordInfo Enum
oRecID
类型:__Usual
Some of the DbRecordInfo enum values require a record number
oValue
类型:__Usual
Some of the DbRecordInfo enum values require a new value.

返回值

类型:Boolean
TRUE if successful; otherwise, FALSE.
备注


提示 提示:
The difference between VoDb.RecordInfo and CoreDb.RecordInfo is that VoDb.RecordInfo takes a USUAL parameter
参见