NSPersistentCloudKitContainer.CanUpdateRecord(NSManagedObjectID) 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.
[Foundation.Export("canUpdateRecordForManagedObjectWithID:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CanUpdateRecord(CoreData.NSManagedObjectID objectID);
[<Foundation.Export("canUpdateRecordForManagedObjectWithID:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CanUpdateRecord : CoreData.NSManagedObjectID -> bool
override this.CanUpdateRecord : CoreData.NSManagedObjectID -> bool
Parameters
- objectID
- NSManagedObjectID
Returns
- Attributes