---
title: EntityQueryPropertyDeclaration
framework: appintents
role: symbol
role_heading: Class
path: appintents/entityquerypropertydeclaration
---

# EntityQueryPropertyDeclaration

An object that identifies a specific entity property and the query comparators it supports.

## Declaration

```swift
class EntityQueryPropertyDeclaration<Entity, ComparatorMappingType>
```

## Relationships

### Inherited By

- [EntityQueryProperty](appintents/entityqueryproperty.md)

## See Also

### Building queryable properties

- [buildBlock(_:)](appintents/entityquerypropertiesbuilder/buildblock(_:).md)
