使用英语阅读

通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentQueryable.MaxAsync<TSource> 方法

定义

返回泛型 IQueryable<T> 中的最大值。

public static System.Threading.Tasks.Task<TSource> MaxAsync<TSource>(this System.Linq.IQueryable<TSource> source, System.Threading.CancellationToken cancellationToken = default);

类型参数

TSource

源的元素的类型。

参数

source
IQueryable<TSource>

要确定最大值的值序列。

cancellationToken
CancellationToken

取消标记。

返回

Task<TSource>

序列中的最大值。

适用于

产品 版本
Azure SDK for .NET Latest