---
title: entityName
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsbatchupdaterequest/entityname
---

# entityName

The name of the managed entity to update data for.

## Declaration

```swift
var entityName: String { get }
```

## See Also

### Configuring a Request

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