public IReadOnlyList<AttributedRelationship> GetRelationshipsForDestinationRows( IEnumerable<long> destinationObjectIDs )
Public Function GetRelationshipsForDestinationRows( _ ByVal destinationObjectIDs As IEnumerable(Of Long) _ ) As IReadOnlyList(Of AttributedRelationship)
Parameters
- destinationObjectIDs
- The ObjectIDs from the destination table's rows.
Return Value
A list of the AttributedRelationships. If destinationObjectIDs is an empty list or none of its content (i.e., OIDs) matches any row in the relationship class, an empty list will be returned.