NSPersistentHistoryChange.GetEntityDescription(NSManagedObjectContext) 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("entityDescriptionWithContext:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreData.NSEntityDescription? GetEntityDescription(CoreData.NSManagedObjectContext context);
[<Foundation.Export("entityDescriptionWithContext:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetEntityDescription : CoreData.NSManagedObjectContext -> CoreData.NSEntityDescription
Parameters
- context
- NSManagedObjectContext
Returns
- Attributes