RemovedProperty

data class RemovedProperty(val owner: String, val property: String) : Query.Owned<Query.RemovedProperty>

A property REMOVEd from the owner.

Constructors

Link copied to clipboard
constructor(owner: String, property: String)

Properties

Link copied to clipboard
open override val owner: String

The owner of the entity/operation/expression.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun assign(owner: String): Query.RemovedProperty

Assign the owner to T.