IMultiTenancyServiceTenantQueryCount Method |
Gets the number of tenants corresponding to filter criteria.
Namespace: Dundas.BI.AccountServices.MultiTenancyAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxint TenantQueryCount(
ICollection<TenantQueryFilterRule>? filter
)
Function TenantQueryCount (
filter As ICollection(Of TenantQueryFilterRule)
) As Integer
int TenantQueryCount(
ICollection<TenantQueryFilterRule^>^ filter
)
abstract TenantQueryCount :
filter : ICollection<TenantQueryFilterRule> -> int Parameters
- filter ICollectionTenantQueryFilterRule
-
The filter rules which should be applied to the query, or if the total number
of records should be returned.
Return Value
Int32The number of tenants matching the filter criteria.
Exceptions
See Also