Click or drag to resize

FusekiConnectorUpdate Method (String, AsyncStorageCallback, Object)

Executes SPARQL Updates against the Fuseki store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Update(
	string sparqlUpdate,
	AsyncStorageCallback callback,
	Object state
)

Parameters

sparqlUpdate
Type: SystemString
SPARQL Update.
callback
Type: VDS.RDF.StorageAsyncStorageCallback
Callback.
state
Type: SystemObject
State to pass to the callback.

Implements

IAsyncUpdateableStorageUpdate(String, AsyncStorageCallback, Object)
See Also