Click or drag to resize

SparqlRemoteUpdateEndpointUpdate Method (String)

Makes an update request to the remote endpoint.

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

Parameters

sparqlUpdate
Type: SystemString
SPARQL Update.
See Also