IMultiQueryableT1, T2, T3 InterfaceDryadLINQ documentation
The interface to access a collection of three IQueryable{T} instances.

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

public interface IMultiQueryable<T1, T2, T3> : IMultiQueryable

Type Parameters

T1
The element type of the first IQueryable{T}
T2
The element type of the second IQueryable{T}
T3
The element type of the third IQueryable{T}

The IMultiQueryableT1, T2, T3 type exposes the following members.

Methods

  NameDescription
Public methodElementType
Gets the element type of the query at a specified index.
(Inherited from IMultiQueryable.)
Top
Properties

  NameDescription
Public propertyExpression
Gets the expression tree that is associated with this instance of IMultiQueryable
(Inherited from IMultiQueryable.)
Public propertyFirst
Gets the first IQueryable{T}
Public propertyNumberOfInputs
Gets the number of queries in this instance of IMultiQueryable
(Inherited from IMultiQueryable.)
Public propertyProvider
Gets the query provider that is associated with this instance of IMultiQueryable
(Inherited from IMultiQueryable.)
Public propertySecond
Gets the second IQueryable{T}
Public propertyThird
Gets the third IQueryable{T}
Top
See Also

Reference