SelectType property: QuerySelect class
Description
This property specifies what type of select statement. You can check for either a numeric or a constant value. The values are:
| Numeric Value | Constant Value | Description |
|---|---|---|
|
1 |
%Query_SelectMain |
This is the Main Select of the query definition. |
|
2 |
%Query_SubQuery |
This is a subquery in the query definition. |
|
3 |
%Query_Union |
This is a Union in the query definition. |
This property is read-only.