DevForce Help Reference
SelectMany Method (EntityQueryExtensions)


Projects each element of a sequence to an IEnumerable{T} and combines the resulting sequences into one sequence of type IQueryable{T}.
Overload List
OverloadDescription
SelectMany(ITypedEntityQuery,IProjectionSelector) Projects each element of a sequence to an IEnumerable{T} and combines the resulting sequences into one sequence of type IQueryable{T}.  
SelectMany<TSource>(IEntityQuery<TSource>,IProjectionSelector) Projects each element of a sequence to an IEnumerable{T} and combines the resulting sequences into one sequence of type IQueryable{T}.  
SelectMany<TSource,TResult>(IEntityQuery<TSource>,Expression<Func<TSource,IEnumerable<TResult>>>) Projects each element of a sequence to an IEnumerable{T} and combines the resulting sequences into one sequence of type IQueryable{T}.  
SelectMany<TSource,TResult>(IEntityQuery<TSource>,Expression<Func<TSource,Int32,IEnumerable<TResult>>>) Projects each element of a sequence to an IEnumerable{T} and combines the resulting sequences into one sequence of type IQueryable{T}.  
Requirements

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

See Also

Reference

EntityQueryExtensions Class
EntityQueryExtensions Members

Send Feedback