The ColumnsOutputBuilder type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ColumnsOutputBuilder | Initializes a new instance of the ColumnsOutputBuilder class.
|
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
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