Click or drag to resize

ClearCommand Constructor (ClearMode, Boolean)

Creates a Command which performs the specified type of clear.

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

Parameters

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