Click or drag to resize

WrapperRDD.GetRec Method

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

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetRec() AS BYTE[]
Request Example View Source

Return Value

Type: Byte
Record buffer of the RDD. This is the original buffer, so changing this buffer may cause corruption !

Implements

GetRec
See Also