IRelationshipServiceGetJoinRelationships Method |
Gets the list of join relationships along with the key elements to be used for the join operation.
Namespace: Dundas.BI.Data.RelationshipsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Transform
- The input transform.
- referencedTransform Transform
- The referenced transform.
Return Value
IEnumerableRelationshipThe relationship element keys for the join operation.
Exceptions
See Also