NSPersistentStoreDescription.SetOption(NSObject, String) Method
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.
Sets the option for the specified key
.
[Foundation.Export("setOption:forKey:")]
public virtual void SetOption (Foundation.NSObject option, string key);
abstract member SetOption : Foundation.NSObject * string -> unit
override this.SetOption : Foundation.NSObject * string -> unit
Parameters
- key
- String
The key for the value to set.
- Attributes
Remarks
NSPersistentStoreCoordinator contains static properties that represent the option keys that are valid for this dictionary.