NSManagedObjectModel.MergedModelFromBundles Method

Definition

Overloads

MergedModelFromBundles(NSBundle[])
MergedModelFromBundles(NSBundle[], NSDictionary)

MergedModelFromBundles(NSBundle[])

[Foundation.Export("mergedModelFromBundles:")]
public static CoreData.NSManagedObjectModel MergedModelFromBundles (Foundation.NSBundle[] bundles);
static member MergedModelFromBundles : Foundation.NSBundle[] -> CoreData.NSManagedObjectModel

Parameters

bundles
NSBundle[]

To be added.

This parameter can be null.

Returns

Attributes

Applies to

MergedModelFromBundles(NSBundle[], NSDictionary)

[Foundation.Export("mergedModelFromBundles:forStoreMetadata:")]
public static CoreData.NSManagedObjectModel MergedModelFromBundles (Foundation.NSBundle[] bundles, Foundation.NSDictionary metadata);
static member MergedModelFromBundles : Foundation.NSBundle[] * Foundation.NSDictionary -> CoreData.NSManagedObjectModel

Parameters

bundles
NSBundle[]

To be added.

This parameter can be null.

metadata
NSDictionary

Returns

Attributes

Applies to