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

# includesSubentities

A Boolean value that indicates whether the fetch request includes subentities in the results.

## Declaration

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

## Discussion

Discussion The value is true if the request will include all subentities of the entity for the request; otherwise it is false. The default is true.

## 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)
- [NSFetchRequestResultType](coredata/nsfetchrequestresulttype.md)
