IKeyedMultiQueryableT, K InterfaceDryadLINQ documentation
The interface to access a collection of IQueryable{T} instances. Each IQueryable{T} contains only elements of the same key. The IQueryable{T}s are indexed by a set of keys.

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 IKeyedMultiQueryable<T, K> : IMultiQueryable

Type Parameters

T
The element type of IQueryable{T}s
K
The key type

The IKeyedMultiQueryableT, K 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 propertyItem
Gets the IQueryable{T} associated with a specified key.
Public propertyKeys
Gets the keys.
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.)
Top
See Also

Reference