NSPersistentStore.LoadMetadata(NSError) 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.
Causes the store to load its metadata.
[Foundation.Export("loadMetadata:")]
public virtual bool LoadMetadata (out Foundation.NSError error);
abstract member LoadMetadata : -> bool
override this.LoadMetadata : -> bool
Parameters
- error
- NSError
The error that was encountered, or null
if no error was encountered.
Returns
- Attributes