点击或拖拽改变大小

Functions.VoDbRecordGet 方法

X#
Get the contents of the current record as an array of bytes

命名空间:  XSharp.RT
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 FUNCTION VoDbRecordGet() AS BYTE[]
查看代码

返回值

类型:Byte
An array of bytes that contains the current record.
备注
提示 提示:
VoDbRecordGet() and CoreDb.RecordGet() are aliases
参见