IRelationshipServiceGetJoinRelationship Method (Transform, Transform)

Gets the relationship key elements to be used for a join operation.

Namespace:  Dundas.BI.Data.Relationships
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IEnumerable<KeyValuePair<ConnectorElement, ConnectorElement>> GetJoinRelationship(
	Transform inputTransform,
	Transform referencedTransform
)

Parameters

inputTransform
Type: Dundas.BI.Data.TransformsTransform
The input transform.
referencedTransform
Type: Dundas.BI.Data.TransformsTransform
The referenced transform.

Return Value

Type: IEnumerableKeyValuePairConnectorElement, ConnectorElement
The relationship element keys for the join operation.
Exceptions
ExceptionCondition
ArgumentNullExceptioninputTransform or referencedTransform is .
See Also