IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace > QueryableExtensions Class : SelectMany Method |
Overload | Description |
---|---|
SelectMany(IQueryable,IProjectionSelector) | Projects each element of a sequence to an System.Collections.Generic.IQueryable{T} and combines the resulting sequences into one sequence. |
SelectMany<TSource>(IQueryable<TSource>,IProjectionSelector) | Projects each element of a sequence to an System.Collections.Generic.IQueryable{T} and combines the resulting sequences into one sequence. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2