Click or drag to resize

VoDbRecordGet Function

X#
Get the contents of the current record as an array of bytes

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION VoDbRecordGet() AS BYTE[]
Request Example View Source

Return Value

Type: Byte
An array of bytes that contains the current record.
Remarks
Tip Tip
VoDbRecordGet() and CoreDb.RecordGet() are aliases
See Also