Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.34 KB

File metadata and controls

36 lines (22 loc) · 1.34 KB

ClientExtensions.FirstOrSingleAsync Method

Index > ExpressionPowerTools.Serialization.EFCore.Http > ExpressionPowerTools.Serialization.EFCore.Http.Extensions > ClientExtensions > FirstOrSingleAsync

Grabs the first item, or the single item, from the result.

Overloads

Overload Description
FirstOrSingleAsync<T>(IRemoteQueryable<T> query) Grabs the first item, or the single item, from the result.

FirstOrSingleAsync<T>(IRemoteQueryable<T> query)

Grabs the first item, or the single item, from the result.

public static Task<T> FirstOrSingleAsync<T>(IRemoteQueryable<T> query)

Return Type

Task<T> - The result.

Parameters

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