Click or drag to resize

DropCommand Constructor (ClearMode, Boolean)

Creates a new DROP command which performs a specific clear mode drop operation.

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

Parameters

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