Click or drag to resize

ClearCommand Constructor (Uri)

Creates a Command which clears the given Graph.

Namespace:  VDS.RDF.Update.Commands
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ClearCommand(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
URI of the Graph to clear.
See Also