---
title: includesSubentities
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsbatchupdaterequest/includessubentities
---

# includesSubentities

A Boolean value that indicates whether to update subentities.

## Declaration

```swift
var includesSubentities: Bool { get set }
```

## Discussion

Discussion The default value is true.

## See Also

### Configuring a Request

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