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
)
Sub Update (
sparqlUpdate As String
)
Parameters
- sparqlUpdate
- Type: SystemString
SPARQL Update.
See Also