Converts an IEnumerable{T} to 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
- data
- Type: System.Collections.Generic IEnumerable T
The source data.
Type Parameters
- T
- The type of the records in the table.
Return Value
Type: IQueryable TAn IQueryable{T} representing the data with DryadLinq query provider.
Remarks
See Also