DryadLinqContextFromStoreT Method (Uri)DryadLINQ documentation
Open a dataset as a DryadLinq specialized IQueryable{T}.

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

public IQueryable<T> FromStore<T>(
	Uri dataSetUri
)

Parameters

dataSetUri
Type: SystemUri
The name of the dataset.

Type Parameters

T
The type of the records in the table.

Return Value

Type: IQueryableT
An IQueryable{T} representing the data.
See Also

Reference