IUpdateableTripleStoreExecuteUpdate Method (SparqlUpdateCommand) |
Executes a single Update Command against the Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void ExecuteUpdate(
SparqlUpdateCommand update
)
Sub ExecuteUpdate (
update As SparqlUpdateCommand
)
Parameters
- update
- Type: VDS.RDF.UpdateSparqlUpdateCommand
SPARQL Update Command.
See Also