NSManagedObjectContext.PersistentStoreCoordinator Property

Definition

Gets the receiver's store coordinator.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreData.NSPersistentStoreCoordinator? PersistentStoreCoordinator { [Foundation.Export("persistentStoreCoordinator", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setPersistentStoreCoordinator:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("persistentStoreCoordinator", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setPersistentStoreCoordinator:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.PersistentStoreCoordinator : CoreData.NSPersistentStoreCoordinator with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to