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.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- table
- Type: Spotfire.Dxp.Data DataTable
The data table to add the columns to.
- dataSource
- Type: Spotfire.Dxp.Data DataSource
The data source to retrieve the new columns from.
- joinType
- Type: Spotfire.Dxp.Data JoinType
Type of the join to perform.
Version Information
See Also