Click or drag to resize
QueryMacros Properties

The QueryMacros type exposes the following members.

Properties
  NameDescription
Public propertyColumns
List of columns to select
Public propertyDefaultSource
Default query source
Public propertyDistinct
If set to true, returns only distinct (different) values.
Public propertyGroupBy
List of columns to group by
Public propertyHaving
Where condition for the GroupBy clause
Public propertyOrderBy
Order by
Public propertyOutput
Output from non query statement. Allows to return data from inserted and deleted rows.
Public propertySource
Query source
Public propertyTopN
Top N records
Public propertyTotal
Total items expression
Public propertyValues
List of values for the update / insert query
Public propertyWhere
Where condition
Top
See Also