RelationalJoinTask Class

Class that encapsulates a relation join task.
Inheritance Hierarchy

Namespace: Dundas.BI.Data.DataProviders.Tasks
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class RelationalJoinTask : RelationalTransformTask

The RelationalJoinTask type exposes the following members.

Constructors
 NameDescription
Public methodRelationalJoinTask Initializes a new instance of the RelationalJoinTask class.
Top
Properties
 NameDescription
Public propertyId Gets the task ID.
(Inherited from ProviderTask)
Public propertyInputColumns Gets the task input columns.
(Inherited from RelationalTransformTask)
Public propertyJoinTaskType Gets the type of the join task.
Public propertyLeftInputTask Gets the left input task.
Public propertyLeftKeys Gets the left keys of the join relationship.
Public propertyOutputColumns Gets the task output columns.
(Inherited from RelationalTransformTask)
Public propertyRightInputTask Gets the right input task.
Public propertyRightKeys Gets the right keys of the join relationship.
Public propertyTransform Gets the transform that generated the current instance.
(Inherited from ProviderTransformTask)
Top
Methods
 NameDescription
Protected methodLinkInputColumns Links the input columns to the query task.
(Inherited from RelationalTransformTask)
Top
See Also