AddColumnsSettings Class TIBCO Spotfire 7.12 API Reference
This class describes the settings used when performing the AddColumns(DataSource, AddColumnsSettings) operation on a DataTable.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.DataAddColumnsSettings

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

C#
[SerializableAttribute]
[PersistenceVersionAttribute(13, 0)]
public sealed class AddColumnsSettings : ISerializable

The AddColumnsSettings type exposes the following members.

Constructors

  NameDescription
Public methodAddColumnsSettings(IDictionaryDataColumnSignature, DataColumnSignature, JoinType, IEnumerableDataColumnSignature)
Initializes a new instance of the AddColumnsSettings class. Settings for adding columns to a DataTable using the AddColumns(DataSource, AddColumnsSettings) method.
Public methodAddColumnsSettings(DataTable, DataSource, JoinType)
Initializes a new instance of the AddColumnsSettings class. Settings for adding columns to a DataTable using the AddColumns(DataSource, AddColumnsSettings) method. This method performs an automatic match.
Public methodAddColumnsSettings(IDictionaryDataColumnSignature, DataColumnSignature, JoinType, IEnumerableDataColumnSignature, Boolean)
Initializes a new instance of the AddColumnsSettings class. Settings for adding columns to a DataTable using the AddColumns(DataSource, AddColumnsSettings) method.
Public methodAddColumnsSettings(DataTable, DataSource, JoinType, Boolean)
Initializes a new instance of the AddColumnsSettings class. Settings for adding columns to a DataTable using the AddColumns(DataSource, AddColumnsSettings) method. This method performs an automatic match.
Top
Methods

  NameDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodWithIgnoredColumns
Creates a copy of this AddColumnsSettings instance, with new IgnoredColumns.
Public methodWithJoinType
Creates a copy of this AddColumnsSettings instance, with a new JoinType.
Public methodWithMap
Creates a copy of this AddColumnsSettings instance, with a new Map.
Public methodWithTreatEmptyValuesAsEqual
Creates a copy of this AddColumnsSettings instance, with a new TreatEmptyValuesAsEqual setting.
Top
Properties

  NameDescription
Public propertyIgnoredColumns
Gets the signatures for the columns in the added data that should be ignored, i.e. not part of the resulting columns.
Public propertyJoinType
Gets the type of join to perform.
Public propertyMap
Gets the join condition between columns in the original data (keys) and columns in the added data (values).
Public propertyTreatEmptyValuesAsEqual
Gets a value indicating whether empty values should be treated as equal when performing the join.
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference