DataColumnSignature Class TIBCO Spotfire 6.0 API Reference
A data column signature is used to identify matching columns in the context of linked data. It contains certain key properties, such as the name, data type, and external id of a previously known column.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data DataColumnSignature

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

[SerializableAttribute]
[ImmutableAttribute]
[PersistenceVersionAttribute(6, 0)]
public sealed class DataColumnSignature : IEquatable<DataColumnSignature>, 
	ISerializable
See Also