entities(forConfigurationName:)
Returns the entities of the model for a specified configuration.
Declaration
func entities(forConfigurationName configuration: String?) -> [NSEntityDescription]?Parameters
- configuration:
The name of a configuration in the receiver.
Return Value
An array containing the entities of the receiver for the configuration specified by configuration.