Output mapping class for adding columns to a new table using a join.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Data.DataFunctionsDataFunctionOutput
Spotfire.Dxp.Data.DataFunctionsJoinOutput
Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] public sealed class JoinOutput : DataFunctionOutput
The JoinOutput type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DataTableReference |
Gets the table reference.
| |
| IgnoredColumns |
Gets the columns not included in the mapping or
the additional columns from the output that should be ignored.
| |
| InputToAdaptSelectionFrom |
Gets the input whose selections should be used to map output rows back into the application.
(Inherited from DataFunctionOutput.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| JoinType |
Gets the type of join that should occur.
| |
| Map |
Gets a map matching columns from the original table to columns
in the output.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| Transformations | Gets the transformations for this output mapping.
(Inherited from DataFunctionOutput.) |
Methods
| Name | Description | |
|---|---|---|
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also