Click or drag to resize

SparqlUpdateCommand.Process 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.Update.ISparqlUpdateProcessor
Update Processor.
See Also