IAccountServiceAccountQueryCount Method |
Gets the number of accounts corresponding to filter criteria.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxint AccountQueryCount(
ICollection<AccountQueryFilterRule>? filter
)
Function AccountQueryCount (
filter As ICollection(Of AccountQueryFilterRule)
) As Integer
int AccountQueryCount(
ICollection<AccountQueryFilterRule^>^ filter
)
abstract AccountQueryCount :
filter : ICollection<AccountQueryFilterRule> -> int Parameters
- filter ICollectionAccountQueryFilterRule
-
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 accounts matching the filter criteria.
Exceptions
Remarks
If the caller is associated with a tenant, the results will be filtered so that only accounts associated
with that tenant are included.
See Also