Interface ITransactionalStore
Interface for Triple Stores which are backed by some storage layer that may delay persistence and thus require flushing to ensure changes are persisted to the backing store, as a by product such stores will typically have some notion of transactionality.
Inherited Members
System.IDisposable.Dispose()
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public interface ITransactionalStore : ITripleStore, IDisposable
Methods
| Improve this Doc View SourceDiscard()
Discards any outstanding changes to the underlying store.
Declaration
void Discard()
Flush()
Flushes any outstanding changes to the underlying store.
Declaration
void Flush()