ComponentOne Data Source for Entity Framework
C1.LiveLinq Namespace / IndexedQueryExtensions Class / SelectMany Method

In This Topic
    SelectMany Method (IndexedQueryExtensions)
    In This Topic
    Projects each element of a collection to a sequence of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein.
    Overload List
    OverloadDescription
    Projects each element of a collection to a sequence of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein.  
    Projects each element of a collection to a sequence of collections and flattens the resulting collections into one collection.  
    See Also