DataFunctionInvocationSetOutput Method

Spotfire 15.0 API Reference
Set the output result.

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

C#
public void SetOutput(
	string name,
	DataRowReader value
)

Parameters

name
Type: SystemString
The name of the result.
value
Type: Spotfire.Dxp.DataDataRowReader
The value.
Version Information


See Also

Reference