DataColumnSignature Class TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
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.
Public methodDataColumnSignature(DataSourceConnection, DataReader, Int32) Obsolete.
Creates a column signature for a column retrieved from a data source.
Public methodDataColumnSignature(DataSourceConnection, DataReader, String) Obsolete.
Creates a column signature for a column retrieved from a data source.
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.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
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
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference