| AsyncQueryableMaxTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, NullableInt64, CancellationToken) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<Nullable<long>> Max<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, Nullable<long>>> selector, CancellationToken cancellationToken )
 See Also
See Also