点击或拖拽改变大小

IBlobData 接口

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

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 INTERFACE IBlobData

IBlobData 类型公开以下成员。

属性
  名称说明
公共属性Data
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
公共属性Length
Length of the data to write or return. Defaults to all data
公共属性Pointer
Pointer for which to write or return the data
公共属性Start
Start of the data to write or return. Defaults to 0
Top
参见