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

Parameters

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