MonobjcMonobjc Documented Class Library
SourceInstancesForEntityMappingNamedDestinationInstances Method (mappingName, destinationInstances)
NamespacesMonobjc.CoreDataNSMigrationManagerSourceInstancesForEntityMappingNamedDestinationInstances(NSString, NSArray)

Returns the managed object instances in the source store used to create a given destination instance for a given property mapping.

Original signature is '- (NSArray *)sourceInstancesForEntityMappingNamed:(NSString *)mappingName destinationInstances:(NSArray *)destinationInstances'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray SourceInstancesForEntityMappingNamedDestinationInstances(
	NSString mappingName,
	NSArray destinationInstances
)
Public Overridable Function SourceInstancesForEntityMappingNamedDestinationInstances ( _
	mappingName As NSString, _
	destinationInstances As NSArray _
) As NSArray
public:
virtual NSArray^ SourceInstancesForEntityMappingNamedDestinationInstances(
	NSString^ mappingName, 
	NSArray^ destinationInstances
)
Parameters
mappingName (NSString)
The name of an entity mapping in use.
destinationInstances (NSArray)
A array of managed objects in the destination store.
Return Value
An array containing the managed object instances in the source store used to create destinationInstances using the entity mapping named mappingName. If destinationInstances is nil, all of the source instances used to create the destination instance for this property mapping are returned.
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)