DryadLinqQueryable.LongSelectMany Method DryadLINQ documentation
Overload List

  NameDescription
Public methodStatic memberLongSelectMany<TSource, TResult>(IQueryable<TSource>, Expression<Func<TSource, Int64, IEnumerable<TResult>>>)
Transforms each element of a sequence into an IEnumerable{T} by applying a function to the element and its index, and then flattens the resulting sequences into one sequence.
Public methodStatic memberLongSelectMany<TSource, TCollection, TResult>(IQueryable<TSource>, Expression<Func<TSource, Int64, IEnumerable<TCollection>>>, Expression<Func<TSource, TCollection, TResult>>)
Transforms each element of a sequence into an IEnumerable{T} by applying a function to the element and its index, and then flattens the resulting sequences into one sequence.
Top
See Also

Reference