AddColumnsSettingsWithTreatEmptyValuesAsEqual Method TIBCO Spotfire 7.12 API Reference
Creates a copy of this AddColumnsSettings instance, with a new TreatEmptyValuesAsEqual setting.

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 WithTreatEmptyValuesAsEqual(
	bool treatEmptyValuesAsEqual
)

Parameters

treatEmptyValuesAsEqual
Type: SystemBoolean
True if empty values should be treated as equal when performing the join.

Return Value

Type: AddColumnsSettings
A new instance of AddColumnsSettings.
Version Information

Supported in: 7.12, 7.11, 7.10
See Also

Reference