QueryableExtensionMethods.AllAsync Method |
Name | Description | |
---|---|---|
![]() ![]() | AllAsync<TSource>(IQueryable<TSource>, Expression<Func<TSource, Boolean>>) |
Async variant of Queryable.All
|
![]() ![]() | AllAsync<TSource>(IQueryable<TSource>, Expression<Func<TSource, Boolean>>, CancellationToken) |
Async variant of Queryable.All
|