Public Function GetRowsRelatedToDestinationRows( _ ByVal destinationObjectIDs As IEnumerable(Of Long) _ ) As IReadOnlyList(Of Row)
public IReadOnlyList<Row> GetRowsRelatedToDestinationRows( IEnumerable<long> destinationObjectIDs )
Parameters
- destinationObjectIDs
- The object IDs from the destination tables rows.
Return Value
A list with the related origin tables Rows. 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.