Click or drag to resize

SparqlUpdateCommandProcess Method

Processes the Command Set using the given Update Processor.

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

Parameters

processor
Type: VDS.RDF.UpdateISparqlUpdateProcessor
Update Processor.
See Also