ColumnsOutput Class TIBCO Spotfire 6.0 API Reference
Represents the settings for the handling of a OutputParameter of a DataFunction. This class will add columns to an existing table when first executed and when updated it will either update those column or add new columns depending on the settings.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Data.DataFunctions DataFunctionOutput
        Spotfire.Dxp.Data.DataFunctions ColumnsOutput

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

[SerializableAttribute]
[PersistenceVersionAttribute(6, 0)]
public sealed class ColumnsOutput : DataFunctionOutput
Remarks

Instance of this class is created in the DataFunctionOutputCollection.
See Also