Click or drag to resize

GenericUpdateProcessor.ProcessCommand Method

Processes a command.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void ProcessCommand(
	SparqlUpdateCommand cmd
)

Parameters

cmd
Type: VDS.RDF.Update.SparqlUpdateCommand
Command.

Implements

ISparqlUpdateProcessor.ProcessCommand(SparqlUpdateCommand)
Remarks

If the provided manager also implements the IUpdateableStorage interface then the managers native SPARQL Update implementation will be used.

See Also