NSEntityDescription.RelationshipsWithDestinationEntity Method

Definition

Gets a dictionary of the relationships that the receiver has with entity.

[Foundation.Export("relationshipsWithDestinationEntity:")]
public virtual CoreData.NSRelationshipDescription[] RelationshipsWithDestinationEntity (CoreData.NSEntityDescription entity);
abstract member RelationshipsWithDestinationEntity : CoreData.NSEntityDescription -> CoreData.NSRelationshipDescription[]
override this.RelationshipsWithDestinationEntity : CoreData.NSEntityDescription -> CoreData.NSRelationshipDescription[]

Parameters

Returns

Attributes

Applies to