MonobjcMonobjc Documented Class Library
NSInferMappingModelAutomaticallyOption Field
NamespacesMonobjc.CoreDataNSPersistentStoreCoordinatorNSInferMappingModelAutomaticallyOption

Key to attempt to create the mapping model automatically.

The corresponding value is an NSNumber object. If the boolValue of the number is YES and the value of the NSMigratePersistentStoresAutomaticallyOption is YES, the coordinator will attempt to infer a mapping model if none can be found.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSInferMappingModelAutomaticallyOption
Public Shared ReadOnly NSInferMappingModelAutomaticallyOption As NSString
public:
static initonly NSString^ NSInferMappingModelAutomaticallyOption
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)