| AsyncQueryableLongCountTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, Boolean) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<long> LongCount<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, bool>> predicate )
 See Also
See Also