Click or drag to resize

GenericUpdateProcessorProcessCommandSet Method

Processes a command set.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void ProcessCommandSet(
	SparqlUpdateCommandSet commands
)

Parameters

commands
Type: VDS.RDF.UpdateSparqlUpdateCommandSet
Command Set.

Implements

ISparqlUpdateProcessorProcessCommandSet(SparqlUpdateCommandSet)
Remarks

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

See Also