public async IAsyncEnumerable<T> FindManyAsync(Expression<Func<T, bool>> filter, CancellationToken cancellationToken)
Returns:
IAsyncEnumerable<T>

Parameters

filter Expression<Func<T, bool>>
cancellationToken CancellationToken
In this article