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