BinaryLargeObject Class TIBCO Spotfire 6.0 API Reference
Represents a value of datatype Binary. The inner representation of the data is not accessible directly, instead a BinaryLargeObject is created from a byte stream and the data is retrieved through a byte stream.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data BinaryLargeObject

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(6, 0)]
public sealed class BinaryLargeObject : ISerializable, 
	IComparable<BinaryLargeObject>, IEquatable<BinaryLargeObject>, IDisposable, 
	IDataCacheValueType
See Also