or
infix fun <T> QueryCondition<T>.or(queryCondition: QueryCondition<T>): QueryCondition<T>
Content copied to clipboard
Combines the left hand side condition using OR with the right hand side condition.
Combines the left hand side condition using OR with the right hand side condition.