NSMappingModel.MappingModelFromBundles 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("mappingModelFromBundles:forSourceModel:destinationModel:")]
public static CoreData.NSMappingModel MappingModelFromBundles (Foundation.NSBundle[] bundles, CoreData.NSManagedObjectModel sourceModel, CoreData.NSManagedObjectModel destinationModel);
static member MappingModelFromBundles : Foundation.NSBundle[] * CoreData.NSManagedObjectModel * CoreData.NSManagedObjectModel -> CoreData.NSMappingModel
Parameters
- bundles
- NSBundle[]
- sourceModel
- NSManagedObjectModel
- destinationModel
- NSManagedObjectModel
Returns
- Attributes