Click or drag to resize

FusekiConnectorUpdate Method (String)

Executes SPARQL Updates against the Fuseki store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Update(
	string sparqlUpdate
)

Parameters

sparqlUpdate
Type: SystemString
SPARQL Update.

Implements

IUpdateableStorageUpdate(String)
See Also