Interface IUpdateableStorage
Interface for storage providers which allow SPARQL Updates to be made against them.
Inherited Members
Namespace: VDS.RDF.Storage
Assembly: dotNetRdf.dll
Syntax
public interface IUpdateableStorage : IQueryableStorage, IStorageProvider, IStorageCapabilities, IDisposable
  Methods
| Edit this page View SourceUpdate(string)
Processes a SPARQL Update command against the underlying Store.
Declaration
void Update(string sparqlUpdate)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | sparqlUpdate | SPARQL Update.  |