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