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
System.IDisposable.Dispose()
System.IEquatable<VDS.RDF.IGraph>.Equals(VDS.RDF.IGraph)
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public interface ITransactionalGraph : IGraph, INodeFactory, IDisposable, ITripleIndex, IEquatable<IGraph>
Methods
| Improve this Doc View SourceDiscard()
Discards any changes to the Graph.
Declaration
void Discard()
Flush()
Flushes any changes to the Graph.
Declaration
void Flush()