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