Represents a builder class for creating a ColumnsOutput for a DataFunction.
Used as input in DataFunctionOutputCollection.
Inheritance Hierarchy
Spotfire.Dxp.Data.DataFunctionsDataFunctionOutputBuilder
Spotfire.Dxp.Data.DataFunctionsColumnsOutputBuilder
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 sealed class ColumnsOutputBuilder : DataFunctionOutputBuilder
The ColumnsOutputBuilder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ColumnsOutputBuilder | Initializes a new instance of the ColumnsOutputBuilder class.
|
Properties
| Name | Description | |
|---|---|---|
| AddNewColumnsWhenUpdating | Obsolete.
Gets or sets a value indicating whether the new columns produced should be added
even if it has run before. If false (the default) the old columns are replaced.
| |
| DataTable |
Gets or sets the table to add columns to.
| |
| InputToAdaptSelectionsFrom |
Gets or sets an input where this output can find selections to remap the output data with.
(Inherited from DataFunctionOutputBuilder.) | |
| Transformations |
Gets the transformations that should be applied to the result.
(Inherited from DataFunctionOutputBuilder.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also