Open a dataset as a DryadLinq specialized IQueryable{T}.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- dataSetUri
- Type: System Uri
The name of the dataset.
Type Parameters
- T
- The type of the records in the table.
Return Value
Type: IQueryable TAn IQueryable{T} representing the data.
See Also