SelectManyOp<T> extension
The selectMany_ LINQ operator.
- on
-
- IQueryable<
T>
- IQueryable<
Methods
-
selectMany_<
TCollection, TResult> (Expr collectionSelector, {Expr? resultSelector}) → IQueryable< TResult> -
Available on IQueryable<
Projects each element into a collection and flattens the result.T> , provided by the SelectManyOp extension