| ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : QueryPart Enumeration |
'Declaration Public Enum QueryPart Inherits System.Enum
'Usage Dim instance As QueryPart
public enum QueryPart : System.Enum
__value public enum QueryPart : public System.Enum
| Member | Description |
|---|---|
| Query | Instructs to correspond to the whole query. |
| SubQuery | Instructs to correnspond to the currently active sub-query. |
| UnionSubQuery | Instructs to correspond to the currently active union sub-query. |
System.Object
System.ValueType
System.Enum
ActiveDatabaseSoftware.ActiveQueryBuilder.QueryPart