IUpdateableTripleStoreExecuteUpdate Method (String) |
Executes an Update against the Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void ExecuteUpdate(
string update
)
Sub ExecuteUpdate (
update As String
)
Parameters
- update
- Type: SystemString
SPARQL Update Command(s).
Remarks
As per the SPARQL 1.1 Update specification the command string may be a sequence of commands.
See Also