IRelationshipTransform Interface

Interface for transforms that have relationships between two inputs.

Namespace: Dundas.BI.Data.Transforms
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IRelationshipTransform

The IRelationshipTransform type exposes the following members.

Properties
 NameDescription
Public propertyMainInput Gets the main input of the current instance.
Public propertyReferencedInput Gets the referenced input of the current instance.
Public propertyRelationshipInputKeys Gets the relationship keys from the input at index 0.
Public propertyRelationshipReferencedKeys Gets the relationship keys from the input at index 1.
Public propertyTransformJoinType Gets the join type for the current relationship.
Top
Methods
 NameDescription
Public methodAddRelationshipKeyElements Adds elements to both relationship keys.
Obsolete
Public methodAddRelationshipKeys Adds elements to both relationship keys.
Public methodClearKeys Clears the keys.
Top
See Also