The ColumnsOutputBuilder type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AddNewColumnsWhenUpdating |
Gets or sets a value indicating whether the columns produced the first time should be replaced
when executing a second time. If false the old columns will become embedded and the new rows
added.
|
![]() | 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