CoreDb.RecordGet 方法 | |
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[]
public static byte[] RecordGet()
查看代码返回值
类型:
ByteAn array of bytes that contains the current record.
备注 提示: |
---|
VoDbRecordGet() and CoreDb.RecordGet() are aliases |
参见