---
title: resultType
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsbatchupdaterequest/resulttype
---

# resultType

The type of result that Core Data returns from the request.

## Declaration

```swift
var resultType: NSBatchUpdateRequestResultType { get set }
```

## See Also

### Configuring a Request

- [entity](coredata/nsbatchupdaterequest/entity.md)
- [entityName](coredata/nsbatchupdaterequest/entityname.md)
- [includesSubentities](coredata/nsbatchupdaterequest/includessubentities.md)
- [predicate](coredata/nsbatchupdaterequest/predicate.md)
- [propertiesToUpdate](coredata/nsbatchupdaterequest/propertiestoupdate.md)
