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