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