NSManagedObject.GetObjectIDs(String) Method

Definition

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

[Foundation.Export("objectIDsForRelationshipNamed:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreData.NSManagedObjectID[] GetObjectIDs (string relationshipName);
abstract member GetObjectIDs : string -> CoreData.NSManagedObjectID[]
override this.GetObjectIDs : string -> CoreData.NSManagedObjectID[]

Parameters

relationshipName
String

Returns

Attributes

Applies to