AddColumnsSettings Constructor (DataTable, DataSource, JoinType, Boolean)

Spotfire 14.3 API Reference
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.

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

C#
public AddColumnsSettings(
	DataTable table,
	DataSource dataSource,
	JoinType joinType,
	bool treatEmptyValuesAsEqual
)

Parameters

table
Type: Spotfire.Dxp.DataDataTable
The data table to add the columns to.
dataSource
Type: Spotfire.Dxp.DataDataSource
The data source to retrieve the new columns from.
joinType
Type: Spotfire.Dxp.DataJoinType
The type of join to perform.
treatEmptyValuesAsEqual
Type: SystemBoolean
true if empty values should be treated as equal when performing the join.
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