IQueryStatistics Interface

Provides access to members that request summary statistics from a table.

Members

Name Description
Method QueryStatistics Queries summary statistics from the table.
Read-only property 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

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