MonobjcMonobjc Documented Class Library
DestinationInstancesForEntityMappingNamedSourceInstances Method (mappingName, sourceInstances)
NamespacesMonobjc.CoreDataNSMigrationManagerDestinationInstancesForEntityMappingNamedSourceInstances(NSString, NSArray)

Returns the managed object instances created in the destination store for a named entity mapping for a given array of source instances.

Original signature is '- (NSArray *)destinationInstancesForEntityMappingNamed:(NSString *)mappingName sourceInstances:(NSArray *)sourceInstances'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray DestinationInstancesForEntityMappingNamedSourceInstances(
	NSString mappingName,
	NSArray sourceInstances
)
Public Overridable Function DestinationInstancesForEntityMappingNamedSourceInstances ( _
	mappingName As NSString, _
	sourceInstances As NSArray _
) As NSArray
public:
virtual NSArray^ DestinationInstancesForEntityMappingNamedSourceInstances(
	NSString^ mappingName, 
	NSArray^ sourceInstances
)
Parameters
mappingName (NSString)
The name of an entity mapping in use.
sourceInstances (NSArray)
A array of managed objects in the source store.
Return Value
An array containing the managed object instances created in the destination store for the entity mapping named mappingName for sourceInstances. If sourceInstances is nil, all of the destination instances created by the specified 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)