FDO API Reference Feature Data Objects

BLOBValue Class Reference

List of all members.

Detailed Description

The FdoBLOBValue class derives from FdoLOBValue and represents a literal BLOB value.


Public Member Functions

 BLOBValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 BLOBValue (System::Byte value[])
 Constructs an instance of an FdoBLOBValue using the specified arguments.
 BLOBValue ()
 Constructs a default instance of an FdoBLOBValue with a value of null.
__property System::Byte get_Data ()[]
__property NAMESPACE_OSGEO_FDO_SCHEMA::DataType get_DataType ()
System::Void Process (NAMESPACE_OSGEO_FDO_EXPRESSION::IExpressionProcessor *processor)
__property System::Void set_Data (System::Byte value[])
System::Void SetNull ()
System::String * ToString ()

Comments or suggestions? Send us feedback.