Last updated
Was this helpful?
Last updated
Was this helpful?
The QBCondition
class is a wrapper for conditions used in a QBSelect
query. It supports various comparison operations such as equality, ranges, patterns, and inclusion (compare
, in
, like
, between
). These conditions help refine query results by enabling precise filtering.
The parent
property provides access to the query builder's parent table clause, which could be a query or a join clause. The root
property allows navigation to the root query builder, facilitating integration with larger query structures.
For more information about constructing and executing queries, refer to the section of this documentation.
Get query builder parent table clause, this may be a query or a join clause.
Type
Sample
Get query builder parent.
Sample
Type
Get query builder parent table clause, this may be a query or a join clause.
Get query builder parent.