Creates a copy of this AddColumnsSettings instance, with a new JoinType.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
public AddColumnsSettings WithJoinType( JoinType joinType )
Parameters
- joinType
- Type: Spotfire.Dxp.DataJoinType
The type of join to perform.
Return Value
Type: AddColumnsSettingsA new instance of AddColumnsSettings.
Version Information
See Also