点击或拖拽改变大小

IRdd.GetRec 方法

X#
Retrieve the RDD's record buffer as array of bytes.

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

返回值

类型:Byte
Record buffer of the RDD. This is the original buffer, so changing this buffer may cause corruption !
参见