Index > ExpressionPowerTools.Serialization.EFCore.Http > ExpressionPowerTools.Serialization.EFCore.Http.Extensions > ClientExtensions > FirstOrSingleAsync
Grabs the first item, or the single item, from the result.
| Overload | Description |
|---|---|
| FirstOrSingleAsync<T>(IRemoteQueryable<T> query) | Grabs the first item, or the single item, from the result. |
Grabs the first item, or the single item, from the result.
public static Task<T> FirstOrSingleAsync<T>(IRemoteQueryable<T> query)Task<T> - The result.
| Parameter | Type | Description |
|---|---|---|
query |
IRemoteQueryable<T> | The query. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |