IMemberProviderTRecord, TFieldEnum, TFilterRuleQueryCount Method

Queries for the number of records matching a filter criteria.

Namespace: Dundas.BI.AccountServices.Extensibility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
int QueryCount(
	ICollection<TFilterRule>? filter
)

Parameters

filter  ICollectionTFilterRule
The filter rules which should be applied to the query, or if the total number of records should be returned.

Return Value

Int32
The number of records matching the filter.
Remarks
Note  Notes to Implementers
This method only needs to be implemented if SupportedQueryOperations includes Count. Otherwise, the method will not be called and implementers should throw a NotSupportedException.
See Also