Returns the entity description for the source entity of a given entity mapping.
Original signature is '- (NSEntityDescription *)sourceEntityForEntityMapping:(NSEntityMapping *)mEntity'
Available in Mac OS X v10.5 and later.
| C# | Visual Basic | Visual C++ |
public virtual NSEntityDescription SourceEntityForEntityMapping( NSEntityMapping mEntity )
Public Overridable Function SourceEntityForEntityMapping ( _ mEntity As NSEntityMapping _ ) As NSEntityDescription
public: virtual NSEntityDescription^ SourceEntityForEntityMapping( NSEntityMapping^ mEntity )
- mEntity (NSEntityMapping)
- An entity mapping.
The entity description for the source 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)