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)
SyntaxIEnumerable<Relationship> GetJoinRelationships(
Transform inputTransform,
Transform referencedTransform
)
Function GetJoinRelationships (
inputTransform As Transform,
referencedTransform As Transform
) As IEnumerable(Of Relationship)
IEnumerable<Relationship^>^ GetJoinRelationships(
Transform^ inputTransform,
Transform^ referencedTransform
)
abstract GetJoinRelationships :
inputTransform : Transform *
referencedTransform : Transform -> IEnumerable<Relationship>
Parameters
- inputTransform
- Type: Dundas.BI.Data.TransformsTransform
The input transform. - referencedTransform
- Type: Dundas.BI.Data.TransformsTransform
The referenced transform.
Return Value
Type:
IEnumerableRelationshipThe relationship element keys for the join operation.
Exceptions
See Also