<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/EntityQueryPropertiesBuilder",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents28EntityQueryPropertiesBuilderO"
  },
  "title" : "EntityQueryPropertiesBuilder"
}
-->

# EntityQueryPropertiesBuilder

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

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

## Topics

### Building queryable properties

[`static func buildBlock(EntityQueryPropertyDeclaration<Entity, ComparatorMappingType>...) -> [EntityQueryPropertyDeclaration<Entity, ComparatorMappingType>]`](/documentation/AppIntents/EntityQueryPropertiesBuilder/buildBlock(_:))

[`class EntityQueryPropertyDeclaration`](/documentation/AppIntents/EntityQueryPropertyDeclaration)

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

### Type Methods

[`static func buildExpression(EntityQueryPropertyDeclaration<Entity, ComparatorMappingType>) -> EntityQueryPropertyDeclaration<Entity, ComparatorMappingType>`](/documentation/AppIntents/EntityQueryPropertiesBuilder/buildExpression(_:))

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)