Click or drag to resize

IUpdateableStorage.Update 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: System.String
SPARQL Update.
See Also