NSManagedObjectModel.MergedModelFromBundles 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
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
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
- metadata
- NSDictionary
Returns
- Attributes