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