IBlobData.Data Property | |
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
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax PROPERTY Data AS Object GET SET
Object Data { get; set; }
Property Value
Type:
ObjectSee Also