Share via


NSEntityDescription.RelationshipsWithDestinationEntity Method

Definition

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

[Foundation.Export("relationshipsWithDestinationEntity:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreData.NSRelationshipDescription[] RelationshipsWithDestinationEntity(CoreData.NSEntityDescription entity);
[<Foundation.Export("relationshipsWithDestinationEntity:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RelationshipsWithDestinationEntity : CoreData.NSEntityDescription -> CoreData.NSRelationshipDescription[]
override this.RelationshipsWithDestinationEntity : CoreData.NSEntityDescription -> CoreData.NSRelationshipDescription[]

Parameters

Returns

Attributes

Applies to