DataProviderRegister Method DryadLINQ documentation
Registers a new DataProvider. This can be used to extend DryadLINQ to interact with a new kind of data store.

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

public static void Register(
	DataProvider provider
)

Parameters

provider
Type: Microsoft.Research.DryadLinqDataProvider
A new DataProvider
See Also

Reference