IUpdateableTripleStore.ExecuteUpdate Method (SparqlUpdateCommandSet) |
Executes a set of Update Commands against the Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid ExecuteUpdate(
SparqlUpdateCommandSet updates
)
Sub ExecuteUpdate (
updates As SparqlUpdateCommandSet
)
Parameters
- updates
- Type: VDS.RDF.Update.SparqlUpdateCommandSet
SPARQL Update Command Set.
See Also