Click or drag to resize

GenericUpdateProcessorProcessClearCommand 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.CommandsClearCommand
Clear Command.

Implements

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