The interface to access a collection of two 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
Type Parameters
- T1
- The element type of the first IQueryable{T}
- T2
- The element type of the second IQueryable{T}
The IMultiQueryableT1, T2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
ElementType |
Gets the element type of the query at a specified index.
(Inherited from IMultiQueryable.) |
Properties
Name | Description | |
---|---|---|
Expression |
Gets the expression tree that is associated with this instance of IMultiQueryable
(Inherited from IMultiQueryable.) | |
First |
Gets the first IQueryable{T}
| |
NumberOfInputs |
Gets the number of queries in this instance of IMultiQueryable
(Inherited from IMultiQueryable.) | |
Provider |
Gets the query provider that is associated with this instance of IMultiQueryable
(Inherited from IMultiQueryable.) | |
Second |
Gets the second IQueryable{T}
|
See Also