---
title: dictionaryResultType
framework: coredata
role: symbol
role_heading: Type Property
path: coredata/nsfetchrequestresulttype/dictionaryresulttype
---

# dictionaryResultType

The request returns dictionaries.

## Declaration

```swift
static var dictionaryResultType: NSFetchRequestResultType { get }
```

## Discussion

Discussion See also includesPendingChanges and propertiesToFetch.

## See Also

### Result Types

- [managedObjectResultType](coredata/nsfetchrequestresulttype/managedobjectresulttype.md)
- [managedObjectIDResultType](coredata/nsfetchrequestresulttype/managedobjectidresulttype.md)
- [countResultType](coredata/nsfetchrequestresulttype/countresulttype.md)
