orWhere

fun Query.orWhere(orPart: () -> Op<Boolean>): Query

Mutate Query instance and add orPart to where condition with or operator.

Return

same Query instance which was provided as a receiver.