---
title: NSFetchRequestResultType
framework: coredata
role: symbol
role_heading: Structure
path: coredata/nsfetchrequestresulttype
---

# NSFetchRequestResultType

Constants that specify the possible result types a fetch request can return.

## Declaration

```swift
struct NSFetchRequestResultType
```

## Overview

Overview These constants are used by resultType.

## Topics

### Result Types

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

### Initializers

- [init(rawValue:)](coredata/nsfetchrequestresulttype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Managing the Fetch Request’s Entity

- [init(entityName:)](coredata/nsfetchrequest/init(entityname:)-5anoo.md)
- [init()](coredata/nsfetchrequest/init().md)
- [entityName](coredata/nsfetchrequest/entityname.md)
- [entity](coredata/nsfetchrequest/entity.md)
- [includesSubentities](coredata/nsfetchrequest/includessubentities.md)
