Click or drag to resize

IRawData Interface

X#
An RDD that implements this interface will return the data for memo fields as BYTE[] when the ReturnRawData property is set TRUE

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 INTERFACE IRawData

The IRawData type exposes the following members.

Properties
  NameDescription
Public propertyReturnRawData
Return Memo values as BYTE[] ?
Top
See Also