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