NSManagedObject.GetObjectIDs(String) 方法

定义

获取指定关系中涉及的所有对象的标识符。

[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[]

参数

relationshipName
String

返回

属性

适用于