Contents

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.

See Also

Related Documentation

Getting Configuration Information