点击或拖拽改变大小

CoreDb.RecordGet 方法

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

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

返回值

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