Click or drag to resize

SesameHttpProtocolVersion6ConnectorUpdate Method (String)

Makes a SPARQL Update request to the Sesame 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