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 (25.3.0.1000)
Syntaxint QueryCount(
	ICollection<TFilterRule>? filter
)
Function QueryCount ( 
	filter As ICollection(Of TFilterRule)
) As Integer
int QueryCount(
	ICollection<TFilterRule>^ filter
)
abstract QueryCount : 
        filter : ICollection<'TFilterRule> -> int 
Parameters
- filter
 - Type: System.Collections.GenericICollectionTFilterRule
              The filter rules which should be applied to the query, or  if
              the total number of records should be returned.
             
Return Value
Type: 
Int32The number of records matching the filter.
Remarks
See Also