Click or drag to resize

TripleStoreExecuteUpdate Method (SparqlUpdateCommandSet)

Executes a set of Update Commands against the Triple Store.

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

Parameters

updates
Type: VDS.RDF.UpdateSparqlUpdateCommandSet
SPARQL Update Command Set.

Implements

IUpdateableTripleStoreExecuteUpdate(SparqlUpdateCommandSet)
See Also