IMultiQueryable T1, T2, T3  Third Property DryadLINQ documentation
Gets the third IQueryable{T}

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax

IQueryable<T3> Third { get; }

Property Value

Type: IQueryable T3 
See Also