Skip to content

Protocol

QueryableProperty

Marks a property as being “queryable”, meaning that it represents exactly one “real” database field (i.e. the database table will contain a “physical” field corresponding to the property, and it will be the only field that does so).
protocol QueryableProperty : AnyQueryableProperty, Property

Topics

Type Methods

Relationships

Inherits From

Conforming Types