NSPersistentStoreDescription.SqlitePragmas Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the SQLite pragmas for the store.
public virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> SqlitePragmas { [Foundation.Export("sqlitePragmas", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.SqlitePragmas : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
Property Value
The SQLite pragmas for the store.
- Attributes