Click or drag to resize

IBlobData Interface

X#
Interface that is used for BLOB operations for memo files

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

The IBlobData type exposes the following members.

Properties
  NameDescription
Public propertyData
Data to write to the blob file. This can be a BYTE[] but also other values. At this moment the FPT RDD supports BYTE[], String, Logic Other value types may follow later
Public propertyLength
Length of the data to write or return. Defaults to all data
Public propertyPointer
Pointer for which to write or return the data
Public propertyStart
Start of the data to write or return. Defaults to 0
Top
See Also