| AsyncQueryableWhereTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, Int32, Boolean) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IAsyncQueryable<TSource> Where<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, int, bool>> predicate )
 See Also
See Also