Click or drag to resize

GenericUpdateProcessorProcessCommand 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.UpdateSparqlUpdateCommand
Command.

Implements

ISparqlUpdateProcessorProcessCommand(SparqlUpdateCommand)
Remarks

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

See Also