DataColumnSignature Class

Spotfire 14.3 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

SystemObject
  Spotfire.Dxp.DataDataColumnSignature

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

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

The DataColumnSignature type exposes the following members.

Constructors

  NameDescription
Public methodDataColumnSignature(DataColumnProperties)
Creates a column signature from a properties collection for a column.
Public methodDataColumnSignature(DataRowReaderColumn)
Creates a column signature for a column retrieved from a DataRowReader.
Public methodDataColumnSignature(IDataColumn)
Creates a column signature for a given column.
Public methodDataColumnSignature(String, DataType)
Creates a column signature from the name and data type of column.
Top
Properties

  NameDescription
Public propertyContentType
The content type of the column.
Public propertyDataType
The data type of the column.
Public propertyExternalIdentifier
The external identifier of the column, may be null. The external ID is typically a GUID that comes from IS.
Public propertyExternalName
The external name of the column, may be null. The external name is the name as it was originally named in the data source.
Public propertyName
The name of the column, may not be null.
Top
Methods

  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(DataColumnSignature)
Compares a signature instance to another for equality.
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetObjectData
Implements ISerializable.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference