Interface ITransactionalGraph
Interface for RDF Graphs which provide Transactions i.e. changes to them can be Flushed (committed) or Discard (rolled back) as desired.
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public interface ITransactionalGraph : IGraph, INodeFactory, IDisposable, ITripleIndex, IEquatable<IGraph>
Methods
| Edit this page View SourceDiscard()
Discards any changes to the Graph.
Declaration
void Discard()
Flush()
Flushes any changes to the Graph.
Declaration
void Flush()