NSEntityDescription.EntityForName(String, NSManagedObjectContext) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the entity with entityName that resides in the specified managed object context.
[Foundation.Export("entityForName:inManagedObjectContext:")]
public static CoreData.NSEntityDescription EntityForName(string entityName, CoreData.NSManagedObjectContext context);static member EntityForName : string * CoreData.NSManagedObjectContext -> CoreData.NSEntityDescriptionParameters
- entityName
- String
- context
- NSManagedObjectContext
Returns
- Attributes