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 (26.2.0.1000)
Syntax
IEnumerable<Relationship> GetJoinRelationships(
	Transform inputTransform,
	Transform referencedTransform
)

Parameters

inputTransform  Transform
The input transform.
referencedTransform  Transform
The referenced transform.

Return Value

IEnumerableRelationship
The relationship element keys for the join operation.
Exceptions
ExceptionCondition
ArgumentNullExceptioninputTransform or referencedTransform is .
See Also