The ColumnsOutputBuilder type exposes the following members.
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.) |
See Also