Click or drag to resize

FusekiConnector.Update 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: System.String
SPARQL Update.

Implements

IUpdateableStorage.Update(String)
See Also