Share via


NSManagedObject.IsInserted Property

Definition

Gets a Boolean value that tells whether the receiver was inserted into a managed object context.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsInserted { [Foundation.Export("isInserted")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isInserted")>]
member this.IsInserted : bool

Property Value

Attributes

Applies to