MonobjcMonobjc Documented Class Library
PersistentStore Property
NamespacesMonobjc.CoreDataNSManagedObjectIDPersistentStore

Returns the persistent store that contains the object whose ID is the receiver.

Original signature is '- (NSPersistentStore *)persistentStore'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPersistentStore PersistentStore { get; }
Public Overridable ReadOnly Property PersistentStore As NSPersistentStore
	Get
public:
virtual property NSPersistentStore^ PersistentStore {
	NSPersistentStore^ get ();
}
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)