NSManagedObject.AwakeFromInsert 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.
Method that is called after the managed object is inserted into a managed object context.
[Foundation.Export("awakeFromInsert")]
public virtual void AwakeFromInsert ();
abstract member AwakeFromInsert : unit -> unit
override this.AwakeFromInsert : unit -> unit
- Attributes