SparqlRemoteUpdateEndpointUpdate Method (String) | 
 
            Makes an update request to the remote endpoint.
            
 
    Namespace: 
   VDS.RDF.Update
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic void Update(
	string sparqlUpdate
)
Public Sub Update ( 
	sparqlUpdate As String
)
Parameters
- sparqlUpdate
 - Type: SystemString
SPARQL Update. 
See Also