Sets the output to a update a DataColumnDataProperty for the outputParameter.
If the property is not present it will be created.
Namespace: Spotfire.Dxp.Data.DataFunctionsAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- outputParameter
- Type: Spotfire.Dxp.Data.DataFunctions OutputParameter
The output parameter.
- propertyName
- Type: System String
The property name.
- dataColumn
- Type: Spotfire.Dxp.Data DataColumn
The data column.
Return Value
Type: PropertyOutputThe newly created PropertyOutput.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Thrown if any of the inputs are null. |
System ArgumentException | Thrown if propertyName is the empty string. |
Version Information
See Also