AddColumnsSettingsWithJoinType Method

Spotfire 15.0 API Reference
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: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public AddColumnsSettings WithJoinType(
	JoinType joinType
)

Parameters

joinType
Type: Spotfire.Dxp.DataJoinType
The type of join to perform.

Return Value

Type: AddColumnsSettings
A new instance of AddColumnsSettings.
Version Information


See Also

Reference