DataProviderReadDataT Method DryadLINQ documentation
Reads a specified dataset.

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

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

Parameters

context
Type: Microsoft.Research.DryadLinqDryadLinqContext
An instance of DryadLinqContext
dataSetUri
Type: SystemUri
The URI of the dataset.

Type Parameters

T
The record type of the dataset.

Return Value

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

Reference