Click or drag to resize

DeleteCommand.Process Method

Processes the Command using the given Update Processor.

Namespace:  VDS.RDF.Update.Commands
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void Process(
	ISparqlUpdateProcessor processor
)

Parameters

processor
Type: VDS.RDF.Update.ISparqlUpdateProcessor
SPARQL Update Processor.
See Also