DataProvider ReadData T  Method DryadLINQ documentation
Reads a specified dataset.

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

public static IEnumerable<T> ReadData<T>(
	DryadLinqContext context,
	Uri dataSetUri
)
Type Parameters

T
The record type of the dataset.

Return Value

Type: IEnumerable T 
A sequence of records as IEnumerable{T}.
See Also