Click or drag to resize

SparqlRemoteUpdateEndpoint.Update 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: System.String
SPARQL Update.
See Also