Online Documentation for Advanced Query Builder for RAD Studio VCL

UnionAllByDefault property


Applies to

TFullQueryBuilder component

 

Declaration

property UnionAllByDefault: Boolean;

 

Description

 

The UnionAllByDefault property specifies type of combining results of two joined SELECT statements. While set to True the default type is UNION ALL, otherwise - UNION.

 


See also:

OnlySelect property

TypeQuery property