| AsyncQueryableSumTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, NullableInt32) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<Nullable<int>> Sum<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, Nullable<int>>> selector )
 See Also
See Also