Provides access to additional properties describing a request for statistics.
Members
Name | Description | |
---|---|---|
GroupByFields | Comma-separated list of GROUP BY fields. | |
HavingClause | HAVING clause (minus the keyword itself). | |
IsDistinct | Indicates the query should return distinct values. | |
OrderByFields | Comma-separated list of ORDER BY fields (with ASC or DESC specifiers). | |
StatisticDescriptions | The array of descriptions for individual statistics. |
IStatisticsRequest2.IsDistinct Property
Indicates the query should return distinct values.
Public Property IsDistinct As Boolean
public bool IsDistinct {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IStatisticsRequest | Provides access to properties describing a request for statistics. |
Classes that implement IStatisticsRequest2
Classes | Description |
---|