Contents

EntityQueryComparatorsBuilder

A result builder that allows you to declaratively describe the comparators for a queryable property.

Declaration

@resultBuilder enum EntityQueryComparatorsBuilder<Entity, Subject, Property, PropertyType, ComparatorMappingType> where Entity : AppEntity, Subject : AppEntity, Property : EntityProperty<PropertyType>, PropertyType : _IntentValue, PropertyType : Sendable

Topics

Building query comparators

See Also

Creating queryable properties