Click or drag to resize

CoreDb.RecordGet Method

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

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD RecordGet() 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