IGroupServiceGroupQueryCount Method |
Gets the number of groups corresponding to filter criteria.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax int GroupQueryCount(
ICollection<GroupQueryFilterRule>? filter
)
Function GroupQueryCount (
filter As ICollection(Of GroupQueryFilterRule)
) As Integer
int GroupQueryCount(
ICollection<GroupQueryFilterRule^>^ filter
)
abstract GroupQueryCount :
filter : ICollection<GroupQueryFilterRule> -> int
Parameters
- filter
- Type: System.Collections.GenericICollectionGroupQueryFilterRule
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 groups matching the filter criteria.
Exceptions Remarks
If the caller is associated with a tenant, the results will be filtered so that only groups associated
with that tenant are included.
See Also