| AsyncQueryableSelectManyTSource, TOther Method (IAsyncQueryableTSource, IAsyncEnumerableTOther) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static IAsyncQueryable<TOther> SelectMany<TSource, TOther>( this IAsyncQueryable<TSource> source, IAsyncEnumerable<TOther> other )
 See Also
See Also