Click or drag to resize

ClearCommand Constructor (ClearMode)

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
)

Parameters

mode
Type: VDS.RDF.Update.CommandsClearMode
Clear Mode.
See Also