Click or drag to resize

IUpdateableStorageUpdate Method

Processes a SPARQL Update command against the underlying Store.

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

Parameters

sparqlUpdate
Type: SystemString
SPARQL Update.
See Also