MonobjcMonobjc Documented Class Library
DestinationContext Property
NamespacesMonobjc.CoreDataNSMigrationManagerDestinationContext

Returns the managed object context the receiver uses for writing the destination persistent store.

Original signature is '- (NSManagedObjectContext *)destinationContext'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSManagedObjectContext DestinationContext { get; }
Public Overridable ReadOnly Property DestinationContext As NSManagedObjectContext
	Get
public:
virtual property NSManagedObjectContext^ DestinationContext {
	NSManagedObjectContext^ get ();
}
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)