| QueryMacros Fields | 
The QueryMacros type exposes the following members.
 Fields
Fields| Name | Description | |
|---|---|---|
|   | COLUMNS | 
            Columns query macro
             | 
|   | DISTINCT | 
            Distinct query macro
             | 
|   | GROUPBY | 
            Group by query macro
             | 
|   | HAVING | 
            Having query macro
             | 
|   | ORDERBY | 
            Order by query macro
             | 
|   | OUTPUT | 
            Output from non query statement. Allows to return data from inserted and deleted rows.
             | 
|   | SOURCE | 
            Source query macro
             | 
|   | TOPN | 
            Top N query macro
             | 
|   | VALUES | 
            Values query macro
             | 
|   | WHERE | 
            Where query macro
             | 
 See Also
See Also