Click or drag to resize

PersistentTripleStore.ExecuteUpdate Method (SparqlUpdateCommand)

Executes a single Update Command against the Triple Store.

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

Parameters

update
Type: VDS.RDF.Update.SparqlUpdateCommand
SPARQL Update Command.

Implements

IUpdateableTripleStore.ExecuteUpdate(SparqlUpdateCommand)
See Also