Provides access to members that request summary statistics from a table.
Members
Name | Description | |
---|---|---|
QueryStatistics | Queries summary statistics from the table. | |
SupportsStatistics | Whether the table supports summary statistics. |
IQueryStatistics.QueryStatistics Method
Queries summary statistics from the table.
Public Function QueryStatistics ( _
ByVal pRequest As IStatisticsRequest, _
ByVal pQueryFilter As IQueryFilter _
) As IRecordSet
public IRecordSet QueryStatistics (
IStatisticsRequest pRequest,
IQueryFilter pQueryFilter
);
IQueryStatistics.SupportsStatistics Property
Whether the table supports summary statistics.
Public ReadOnly Property SupportsStatistics As Boolean
public bool SupportsStatistics {get;}
Classes that implement IQueryStatistics
Classes | Description |
---|