fetchRequest
The fetch request used to do the fetching.
Declaration
var fetchRequest: NSFetchRequest<ResultType> { get }Discussion
If you want to modify the fetch request, you must follow the steps described in Modifying the fetch request.
The fetch request used to do the fetching.
var fetchRequest: NSFetchRequest<ResultType> { get }If you want to modify the fetch request, you must follow the steps described in Modifying the fetch request.