IMultiQueryable ElementType Method DryadLINQ documentation
Gets the element type of the query at a specified index.

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

Type ElementType(
	int index
)

Return Value

Type: Type
A Type that represents the type of the elements
See Also