MonobjcMonobjc Documented Class Library
SetMetadataForPersistentStore Method (metadata, store)
NamespacesMonobjc.CoreDataNSPersistentStoreCoordinatorSetMetadataForPersistentStore(NSDictionary, NSPersistentStore)

Sets the metadata stored in the persistent store during the next save operation executed on it to metadata.

Original signature is '- (void)setMetadata:(NSDictionary *)metadata forPersistentStore:(NSPersistentStore *)store'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetMetadataForPersistentStore(
	NSDictionary metadata,
	NSPersistentStore store
)
Public Overridable Sub SetMetadataForPersistentStore ( _
	metadata As NSDictionary, _
	store As NSPersistentStore _
)
public:
virtual void SetMetadataForPersistentStore(
	NSDictionary^ metadata, 
	NSPersistentStore^ store
)
Parameters
metadata (NSDictionary)
A dictionary containing metadata for the store.
store (NSPersistentStore)
A persistent store.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)