alias
infix fun <T> PropertyQueryCondition<T>.alias(name: String): QueryCondition<T>
Content copied to clipboard
Assigns an alias to this condition that can later be used with the io.objectbox.query.Query setParameter methods.
Assigns an alias to this condition that can later be used with the io.objectbox.query.Query setParameter methods.