Interactive Extensions
Interactive Extensions
Ix-Main Namespaces
System.Linq
AsyncQueryable Class
AsyncQueryable Methods
SelectMany Method
SelectMany(TSource, TOther) Method (IAsyncQueryable(TSource), IAsyncEnumerable(TOther))
SelectMany(TSource, TResult) Method (IAsyncQueryable(TSource), Expression(Func(TSource, IAsyncEnumerable(TResult))))
SelectMany(TSource, TResult) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Int32, IAsyncEnumerable(TResult))))
SelectMany(TSource, TCollection, TResult) Method (IAsyncQueryable(TSource), Expression(Func(TSource, IAsyncEnumerable(TCollection))), Expression(Func(TSource, TCollection, TResult)))
SelectMany(TSource, TCollection, TResult) Method (IAsyncQueryable(TSource), Expression(Func(TSource, Int32, IAsyncEnumerable(TCollection))), Expression(Func(TSource, TCollection, TResult)))
AsyncQueryable
SelectMany Method
Overload List
Name
Description
SelectMany
TSource, TOther
(IAsyncQueryable
TSource
, IAsyncEnumerable
TOther
)
SelectMany
TSource, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, IAsyncEnumerable
TResult
)
SelectMany
TSource, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32, IAsyncEnumerable
TResult
)
SelectMany
TSource, TCollection, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, IAsyncEnumerable
TCollection
, Expression
Func
TSource, TCollection, TResult
)
SelectMany
TSource, TCollection, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32, IAsyncEnumerable
TCollection
, Expression
Func
TSource, TCollection, TResult
)
Top
See Also
Reference
AsyncQueryable Class
System.Linq Namespace