NSPersistentStoreDescription.Type Property

Definition

Gets or sets the store type.

public virtual string Type { [Foundation.Export("type")] get; [Foundation.Export("setType:")] set; }
member this.Type : string with get, set

Property Value

The store type.

Attributes

Remarks

NSPersistentStoreCoordinator contains static properties that represent valid store types.

Applies to