Click or drag to resize

TripleStoreExecuteUpdate Method (String)

Executes an Update against the Triple Store.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void ExecuteUpdate(
	string update
)

Parameters

update
Type: SystemString
SPARQL Update Command(s).

Implements

IUpdateableTripleStoreExecuteUpdate(String)
Remarks
As per the SPARQL 1.1 Update specification the command string may be a sequence of commands.
See Also