MonobjcMonobjc Documented Class Library
RelationshipsWithDestinationEntity Method (entity)
NamespacesMonobjc.CoreDataNSEntityDescriptionRelationshipsWithDestinationEntity(NSEntityDescription)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray RelationshipsWithDestinationEntity(
	NSEntityDescription entity
)
Public Overridable Function RelationshipsWithDestinationEntity ( _
	entity As NSEntityDescription _
) As NSArray
public:
virtual NSArray^ RelationshipsWithDestinationEntity(
	NSEntityDescription^ entity
)
Parameters
entity (NSEntityDescription)
An entity description.
Return Value
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)