| MongoQueryableSelectMany Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | SelectManyTSource, TResult(IMongoQueryableTSource, ExpressionFuncTSource, IEnumerableTResult) | 
            Projects each element of a sequence to an IEnumerableT and combines the resulting sequences into one sequence.
             | 
|   | SelectManyTSource, TCollection, TResult(IMongoQueryableTSource, ExpressionFuncTSource, IEnumerableTCollection, ExpressionFuncTSource, TCollection, TResult) | 
            Projects each element of a sequence to an IEnumerableT and 
            invokes a result selector function on each element therein. The resulting values from 
            each intermediate sequence are combined into a single, one-dimensional sequence and returned.
             | 
 See Also
See Also