IMultiTenancyServiceTenantQueryCount Method

Gets the number of tenants corresponding to filter criteria.

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
int TenantQueryCount(
	ICollection<TenantQueryFilterRule> filter
)

Parameters

filter
Type: System.Collections.GenericICollectionTenantQueryFilterRule
The filter rules which should be applied to the query, or if the total number of records should be returned.

Return Value

Type: Int32
The number of tenants matching the filter criteria.
Exceptions
ExceptionCondition
InvalidOperationExceptionfilter contains invalid rule.
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also