Click or drag to resize

GenericUpdateProcessor.ProcessClearCommand Method

Processes a CLEAR command.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void ProcessClearCommand(
	ClearCommand cmd
)

Parameters

cmd
Type: VDS.RDF.Update.Commands.ClearCommand
Clear Command.

Implements

ISparqlUpdateProcessor.ProcessClearCommand(ClearCommand)
Remarks
Implemented by replacing the Graph with an empty Graph.
See Also