IRdd.GetRec Method | |
Retrieve the RDD's record buffer as array of bytes.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD GetRec() AS BYTE[]
Request Example
View SourceReturn Value
Type:
ByteRecord buffer of the RDD. This is the original buffer, so changing this buffer may cause corruption !
See Also