Method Count
Count(QueryParameter<T>, CancellationToken)
Retrieves the count of entities that match the specified query parameters.
public Task<int> Count(QueryParameter<T> queryParameter, CancellationToken cancellationToken = default)
Parameters
queryParameter
QueryParameter<T>The query parameters.
cancellationToken
CancellationTokenThe cancellation token.