Click or drag to resize

IUpdateableTripleStoreExecuteUpdate Method (SparqlUpdateCommand)

Executes a single Update Command against the Triple Store.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void ExecuteUpdate(
	SparqlUpdateCommand update
)

Parameters

update
Type: VDS.RDF.UpdateSparqlUpdateCommand
SPARQL Update Command.
See Also