MonobjcMonobjc Documented Class Library
NSIgnorePersistentStoreVersioningOption Field
NamespacesMonobjc.CoreDataNSPersistentStoreCoordinatorNSIgnorePersistentStoreVersioningOption

Key to ignore the built-in versioning provided by Core Data.

The corresponding value is an NSNumber object. If the boolValue of the number is YES, Core Data will not compare the version hashes between the managed object model in the coordinator and the metadata for the loaded store. (It will, however, continue to update the version hash information in the metadata.) This key and corresponding value of YES is specified by default for all applications linked on or before Mac OS X 10.4.

Available in Mac OS X v10.5 and later.

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

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