IRdd.GetRec 方法 | |
Retrieve the RDD's record buffer as array of bytes.
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD GetRec() AS BYTE[]
查看代码返回值
类型:
ByteRecord buffer of the RDD. This is the original buffer, so changing this buffer may cause corruption !
参见