NSManagedObjectModel.GetMergedModel 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.
Overloads
| Name | Description |
|---|---|
| GetMergedModel(NSBundle[]) | |
| GetMergedModel(NSBundle[], NSDictionary) |
GetMergedModel(NSBundle[])
[Foundation.Export("mergedModelFromBundles:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreData.NSManagedObjectModel? GetMergedModel(Foundation.NSBundle[]? bundles);
[<Foundation.Export("mergedModelFromBundles:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetMergedModel : Foundation.NSBundle[] -> CoreData.NSManagedObjectModel
Parameters
Returns
- Attributes
Applies to
GetMergedModel(NSBundle[], NSDictionary)
[Foundation.Export("mergedModelFromBundles:forStoreMetadata:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreData.NSManagedObjectModel? GetMergedModel(Foundation.NSBundle[]? bundles, Foundation.NSDictionary metadata);
[<Foundation.Export("mergedModelFromBundles:forStoreMetadata:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetMergedModel : Foundation.NSBundle[] * Foundation.NSDictionary -> CoreData.NSManagedObjectModel
Parameters
- metadata
- NSDictionary
Returns
- Attributes