Click or drag to resize

ClearCommand Constructor (Uri, ClearMode, Boolean)

Creates a Command which clears the given Graph or Graphs depending on the Clear Mode specified.

Namespace:  VDS.RDF.Update.Commands
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ClearCommand(
	Uri graphUri,
	ClearMode mode,
	bool silent
)

Parameters

graphUri
Type: SystemUri
Graph URI.
mode
Type: VDS.RDF.Update.CommandsClearMode
Clear Mode.
silent
Type: SystemBoolean
Whether errors should be suppressed.
See Also