ITenantsProviderQueryCount Method |
Queries for the number of tenants matching a filter criteria.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax int QueryCount(
ICollection<TenantQueryFilterRule>? filter
)
Function QueryCount (
filter As ICollection(Of TenantQueryFilterRule)
) As Integer
int QueryCount(
ICollection<TenantQueryFilterRule^>^ filter
)
abstract QueryCount :
filter : ICollection<TenantQueryFilterRule> -> int
Parameters
- filter
- Type: System.Collections.GenericICollectionTenantQueryFilterRule
The filter rules which should be applied to the query, or if
the total number of tenants should be returned.
Return Value
Type:
Int32The number of tenants matching the filter.
Remarks See Also