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.11403.5322 (30.0.11403.5322)
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: AddColumnsSettingsA new instance of AddColumnsSettings.
Version Information
See Also