Click or drag to resize

DropCommand Constructor (Uri, ClearMode, Boolean)

Creates a new DROP command.

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

Parameters

graphUri
Type: SystemUri
URI ofthe Graph to DROP.
mode
Type: VDS.RDF.Update.CommandsClearMode
DROP Mode to use.
silent
Type: SystemBoolean
Whether the DROP should be done silently.
See Also