Share via


NSManagedObjectModel.GetMergedModel Method

Definition

Overloads

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

bundles
NSBundle[]

To be added.

This parameter can be null.

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

bundles
NSBundle[]

To be added.

This parameter can be null.

metadata
NSDictionary

Returns

Attributes

Applies to