IMultiQueryable T1, T2  Second Property DryadLINQ documentation
Gets the second 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<T2> Second { get; }

Property Value

Type: IQueryable T2 
See Also