﻿var options = NSDictionary.FromObjectsAndKeys (
    new object [] { true, true },
    new object [] { NSPersistentStoreCoordinator.MigratePersistentStoresAutomaticallyOption,
		    NSPersistentStoreCoordinator.InferMappingModelAutomaticallyOption })
};
