Share via


NSPersistentStoreDescription.SqlitePragmas Property

Definition

Gets the SQLite pragmas for the store.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> SqlitePragmas { [Foundation.Export("sqlitePragmas", ObjCRuntime.ArgumentSemantic.Copy)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("sqlitePragmas", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.SqlitePragmas : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

Property Value

The SQLite pragmas for the store.

Attributes

Applies to