DataProvider Register 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.1.2.0 (0.1.2.0)
Syntax

public static void Register(
	DataProvider provider
)
See Also