Click or drag to resize

AllegroGraphConnectorUpdate Method (String)

Makes a SPARQL Update request to the Allegro Graph server.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void Update(
	string sparqlUpdate
)

Parameters

sparqlUpdate
Type: SystemString
SPARQL Update.

Implements

IUpdateableStorageUpdate(String)
See Also