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
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: IEnumerableTA sequence of records as IEnumerable{T}.
See Also