alias

infix fun <T> PropertyQueryCondition<T>.alias(name: String): QueryCondition<T>

Assigns an alias to this condition that can later be used with the io.objectbox.query.Query setParameter methods.