Share via


NSManagedObject.GetObjectIDs(String) Method

Definition

Gets the identifiers for all of the objects that are involved in the specified relationship.

[Foundation.Export("objectIDsForRelationshipNamed:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreData.NSManagedObjectID[] GetObjectIDs(string relationshipName);
[<Foundation.Export("objectIDsForRelationshipNamed:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetObjectIDs : string -> CoreData.NSManagedObjectID[]
override this.GetObjectIDs : string -> CoreData.NSManagedObjectID[]

Parameters

relationshipName
String

Returns

Attributes

Applies to