Click or drag to resize

TripleStoreExecuteUpdate 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.UpdateSparqlUpdateCommand
SPARQL Update Command.

Implements

IUpdateableTripleStoreExecuteUpdate(SparqlUpdateCommand)
See Also