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