CoreDb.RecordGet Method | |
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[]
public static byte[] RecordGet()
Request Example
View SourceReturn Value
Type:
ByteAn array of bytes that contains the current record.
Remarks Tip |
---|
VoDbRecordGet() and CoreDb.RecordGet() are aliases |
See Also