IStatisticsRequest2 Interface

Provides access to additional properties describing a request for statistics.

Members

Name Description
Read/write property GroupByFields Comma-separated list of GROUP BY fields.
Read/write property HavingClause HAVING clause (minus the keyword itself).
Read/write property IsDistinct Indicates the query should return distinct values.
Read/write property OrderByFields Comma-separated list of ORDER BY fields (with ASC or DESC specifiers).
Read/write property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.