AsyncQueryableMinTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, NullableInt32) |
Namespace: System.Linq
public static Task<Nullable<int>> Min<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, Nullable<int>>> selector )