public IReadOnlyList<AttributedRelationship> GetRelationshipsForOriginRows( IEnumerable<long> originObjectIDs )
Public Function GetRelationshipsForOriginRows( _ ByVal originObjectIDs As IEnumerable(Of Long) _ ) As IReadOnlyList(Of AttributedRelationship)
Parameters
- originObjectIDs
- The object IDs from the origin table's rows.
Return Value
A list of the AttributedRelationships. If originObjectIDs 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.