Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Initializes a new instance of the Spotfire.Dxp.Data.AddColumnsSettings class. Settings for adding columns to a Spotfire.Dxp.Data.DataTable using the AddColumns(dataSource, settings) method.
A map defining the join condition columns from the original data to columns in the added data.
The type of join to perform.
Columns from the added data that are not included in the mapping and should be ignored, i.e. not part of the resulting columns.
Initializes a new instance of the Spotfire.Dxp.Data.AddColumnsSettings class. Settings for adding columns to a Spotfire.Dxp.Data.DataTable using the AddColumns(dataSource, settings) method. This method performs an automatic match.
The data table to add the columns to.
The data source to retrieve the new columns from.
The type of join to perform.
Initializes a new instance of the Spotfire.Dxp.Data.AddColumnsSettings class. Settings for adding columns to a Spotfire.Dxp.Data.DataTable using the AddColumns(dataSource, settings) method.
A map defining the join condition columns from the original data to columns in the added data.
The type of join to perform.
Columns from the added data that are not included in the mapping and should be ignored, i.e. not part of the resulting columns.
true if empty values should be treated as equal when performing the join.
Initializes a new instance of the Spotfire.Dxp.Data.AddColumnsSettings class. Settings for adding columns to a Spotfire.Dxp.Data.DataTable using the AddColumns(dataSource, settings) method. This method performs an automatic match.
The data table to add the columns to.
The data source to retrieve the new columns from.
The type of join to perform.
true if empty values should be treated as equal when performing the join.
Gets the signatures for the columns in the added data that should be ignored, i.e. not part of the resulting columns.
Gets the join condition between columns in the original data (keys) and columns in the added data (values).
Gets a value indicating whether empty values should be treated as equal when performing the join.
Creates a copy of this Spotfire.Dxp.Data.AddColumnsSettings instance, with new Spotfire.Dxp.Data.AddColumnsSettings.IgnoredColumns.
A list of columns in the added data that should not be included in the result.
A new instance of Spotfire.Dxp.Data.AddColumnsSettings.
Creates a copy of this Spotfire.Dxp.Data.AddColumnsSettings instance, with a new Spotfire.Dxp.Data.AddColumnsSettings.JoinType.
The type of join to perform.
A new instance of Spotfire.Dxp.Data.AddColumnsSettings.
Creates a copy of this Spotfire.Dxp.Data.AddColumnsSettings instance, with a new Spotfire.Dxp.Data.AddColumnsSettings.Map.
A map matching columns from the original data to columns in the added data.
A new instance of Spotfire.Dxp.Data.AddColumnsSettings.
Creates a copy of this Spotfire.Dxp.Data.AddColumnsSettings instance, with a new Spotfire.Dxp.Data.AddColumnsSettings.TreatEmptyValuesAsEqual setting.
True if empty values should be treated as equal when performing the join.
A new instance of Spotfire.Dxp.Data.AddColumnsSettings.
This class describes the settings used when performing the AddColumns(dataSource, settings) operation on a Spotfire.Dxp.Data.DataTable.
Since
2.0