Relation

data class Relation(val propertyIdOrName: String, val predicate: DatabaseQueryPredicate.Relation) : DatabaseQueryPropertyFilter

Constructors

Link copied to clipboard
constructor(propertyIdOrName: String, predicate: DatabaseQueryPredicate.Relation)

Properties

Link copied to clipboard
Link copied to clipboard
open override val propertyIdOrName: String