Index > ExpressionPowerTools.Serialization.EFCore.Http > ExpressionPowerTools.Serialization.EFCore.Http.Extensions > ClientExtensions > CountAsync
Provides a count of the query.
| Overload | Description |
|---|---|
| CountAsync<T>(IRemoteQueryable<T> query) | Provides a count of the query. |
Provides a count of the query.
public static Task<Int32> CountAsync<T>(IRemoteQueryable<T> query)Task<Int32> - 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 |