---
title: EntityQueryPropertiesBuilder
framework: appintents
role: symbol
role_heading: Enumeration
path: appintents/entityquerypropertiesbuilder
---

# EntityQueryPropertiesBuilder

A result builder that allows you to declaratively describe the properties to include in a property-matched query.

## Declaration

```swift
@resultBuilder enum EntityQueryPropertiesBuilder<Entity, ComparatorMappingType> where Entity : AppEntity
```

## Topics

### Building queryable properties

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

### Type Methods

- [buildExpression(_:)](appintents/entityquerypropertiesbuilder/buildexpression(_:).md)

## See Also

### Creating the query properties

- [init(properties:)](appintents/entityqueryproperties/init(properties:).md)
