IRelationshipServiceGetJoinRelationships Method

Gets the list of join relationships along with the key elements to be used for the join operation.

Namespace:  Dundas.BI.Data.Relationships
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntax
IEnumerable<Relationship> GetJoinRelationships(
	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: IEnumerableRelationship
The relationship element keys for the join operation.
Exceptions
ExceptionCondition
ArgumentNullExceptioninputTransform or referencedTransform is .
See Also