DataProvider CheckExistence Method DryadLINQ documentation
Checks the existence of a specified dataset.

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

public abstract void CheckExistence(
	DryadLinqContext context,
	Uri dataSetUri,
	bool deleteIfExists
)
See Also