Returns a merged model from a specified array for the version information in provided metadata.
Original signature is '+ (NSManagedObjectModel *)mergedModelFromBundles:(NSArray *)bundles forStoreMetadata:(NSDictionary *)metadata'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public static NSManagedObjectModel MergedModelFromBundlesForStoreMetadata( NSArray bundles, NSDictionary metadata )
Public Shared Function MergedModelFromBundlesForStoreMetadata ( _ bundles As NSArray, _ metadata As NSDictionary _ ) As NSManagedObjectModel
public: static NSManagedObjectModel^ MergedModelFromBundlesForStoreMetadata( NSArray^ bundles, NSDictionary^ metadata )

- bundles (NSArray)
- An array of bundles.
- metadata (NSDictionary)
- A dictionary containing version information from the metadata for a persistent store.

The managed object model used to create the store for the metadata. If a model cannot be created to match the version information specified by metadata, returns nil.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)