---
title: EntityQuerySortableByProperty
framework: appintents
role: symbol
role_heading: Structure
path: appintents/entityquerysortablebyproperty
---

# EntityQuerySortableByProperty

Details about a specific property you use to sort the query results.

## Declaration

```swift
struct EntityQuerySortableByProperty<Entity> where Entity : AppEntity
```

## Topics

### Creating the sort option

- [init(_:)](appintents/entityquerysortablebyproperty/init(_:).md)

## See Also

### Sort options

- [EntityQuerySortingOptions](appintents/entityquerysortingoptions.md)
- [EntityQuerySort](appintents/entityquerysort.md)
