Click or drag to resize

AllegroGraphConnector.Update 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: System.String
SPARQL Update.

Implements

IUpdateableStorage.Update(String)
See Also