Returns the entity description for the destination entity of a given entity mapping.
Original signature is '- (NSEntityDescription *)destinationEntityForEntityMapping:(NSEntityMapping *)mEntity'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual NSEntityDescription DestinationEntityForEntityMapping( NSEntityMapping mEntity )
Public Overridable Function DestinationEntityForEntityMapping ( _ mEntity As NSEntityMapping _ ) As NSEntityDescription
public: virtual NSEntityDescription^ DestinationEntityForEntityMapping( NSEntityMapping^ mEntity )

- mEntity (NSEntityMapping)
- An entity mapping.

The entity description for the destination entity of mEntity.

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