orWhereQuery method
Add a nested OR WHERE clause group (Alias for orWhereNested)
Implementation
@override
QueryBuilderInterface<T> orWhereQuery(
void Function(QueryBuilderInterface<T> query) callback,
) {
return orWhereNested(callback);
}
Add a nested OR WHERE clause group (Alias for orWhereNested)
@override
QueryBuilderInterface<T> orWhereQuery(
void Function(QueryBuilderInterface<T> query) callback,
) {
return orWhereNested(callback);
}