Returns an array containing the relationships of the receiver where the entity description of the relationship is a given entity.
Original signature is '- (NSArray *)relationshipsWithDestinationEntity:(NSEntityDescription *)entity'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual NSArray RelationshipsWithDestinationEntity( NSEntityDescription entity )
Public Overridable Function RelationshipsWithDestinationEntity ( _ entity As NSEntityDescription _ ) As NSArray
public: virtual NSArray^ RelationshipsWithDestinationEntity( NSEntityDescription^ entity )

- entity (NSEntityDescription)
- An entity description.

An array containing the relationships of the receiver where the entity description of the relationship is entity. Elements in the array are instances of NSRelationshipDescription.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)