QueryMacros Properties |
The QueryMacros type exposes the following members.
Name | Description | |
---|---|---|
![]() | Columns |
List of columns to select
|
![]() | DefaultSource |
Default query source
|
![]() | Distinct |
If set to true, returns only distinct (different) values.
|
![]() | GroupBy |
List of columns to group by
|
![]() | Having |
Where condition for the GroupBy clause
|
![]() | OrderBy |
Order by
|
![]() | Source |
Query source
|
![]() | TopN |
Top N records
|
![]() | Values |
List of values for the update / insert query
|
![]() | Where |
Where condition
|