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