Reads a specified dataset.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- context
- Type: Microsoft.Research.DryadLinq DryadLinqContext
An instance of DryadLinqContext
- dataSetUri
- Type: System Uri
The URI of the dataset.
Type Parameters
- T
- The record type of the dataset.
Return Value
Type: IEnumerable TA sequence of records as IEnumerable{T}.
See Also