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.

C# | Visual Basic | Visual C++ |

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.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)