NSManagedObject.GetObjectIDs(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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