QueryDef object properties
The following list summarizes the QueryDef object properties:
Property name | Access | Description |
---|---|---|
IsAggregated |
Read-only | Returns a Boolean indicating whether any fields of the query are aggregated. |
IsDirty |
Read-only | Returns a Boolean indicating whether the query has changed. |
IsMultiType |
Read-only | Returns a Boolean indicating whether the QueryDef object is multitype. |
IsSQLGenerated |
Read-only | Returns a Bool indicating whether any fields of the query are SQL generated. |
Name |
Read/Write | Sets or returns the name associated with the query. |
QueryFieldDefs |
Read-only | Returns the collection of QueryFieldDef objects included in the query. |
QueryType |
Read-only | Returns an Integer indicating list, report, or chart. |
SQL |
Read/Write | Sets or returns the SQL string associated with the query. |