Share via


NSManagedObjectContext.AutomaticallyMergesChangesFromParent Property

Definition

Gets or sets a Boolean that tells whether changes in the parent are automatically merged.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool AutomaticallyMergesChangesFromParent { [Foundation.Export("automaticallyMergesChangesFromParent")] get; [Foundation.Export("setAutomaticallyMergesChangesFromParent:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("automaticallyMergesChangesFromParent")>]
[<set: Foundation.Export("setAutomaticallyMergesChangesFromParent:")>]
member this.AutomaticallyMergesChangesFromParent : bool with get, set

Property Value

Attributes

Applies to