Protocol
AnyQueryAddressableProperty
The type-erased form of
QueryAddressableProperty (see below). Both protocols serve to bridge the gap between AnyQueryableProperty - which describes a property whose singular Value directly corresponds to the value stored in the database for that property - and property types whose Value is a derivative of or expansion upon an underlying queryable property. See the discussion of QueryAddressableProperty itself for additional details.protocol AnyQueryAddressableProperty : AnyProperty