DataFunctionOutputCollectionSetJoinOutput Method (OutputParameter, DataTable, JoinType)

Spotfire 14.3 API Reference
Sets the output to join columns to a DataTable for the outputParameter.

Namespace:  Spotfire.Dxp.Data.DataFunctions
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public JoinOutput SetJoinOutput(
	OutputParameter outputParameter,
	DataTable dataTable,
	JoinType joinType
)

Parameters

outputParameter
Type: Spotfire.Dxp.Data.DataFunctionsOutputParameter
The output parameter.
dataTable
Type: Spotfire.Dxp.DataDataTable
The table to add columns to.
joinType
Type: Spotfire.Dxp.DataJoinType
The type of join to perform.

Return Value

Type: JoinOutput
The newly created JoinOutput.
Exceptions

ExceptionCondition
ArgumentNullExceptionThrown if any of the inputs are null.
Remarks

Automatic match will be performed.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference