---
title: finalResult
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsasynchronousfetchresult/finalresult
---

# finalResult

The results that were received from the fetch request.

## Declaration

```swift
var finalResult: [ResultType]? { get }
```

## See Also

### Getting Information About a Result

- [fetchRequest](coredata/nsasynchronousfetchresult/fetchrequest.md)
