dotNetRDF API Documentation

ITransactionalGraph Interface

Interface for RDF Graphs which provide Transactions i.e. changes to them can be Flushed (committed) or Discard (rolled back) as desired

For a list of all members of this type, see ITransactionalGraph Members .

public interface ITransactionalGraph : IGraph, INodeFactory, IDisposable, IXmlSerializable

Types that implement ITransactionalGraph

Type Description
FileGraphPersistenceWrapper The File Graph Persistence Wrapper is a wrapper around antoher Graph that will be persisted to a file
GraphPersistenceWrapper The Graph Persistence Wrapper is a wrapper around another Graph that can be used to batch persistence actions with the ability to Flush/Discard changes as desired.
StoreGraphPersistenceWrapper The Store Graph Persistence Wrapper is a wrapper around another Graph that will be persisted to an underlying store via a provided IStorageProvider implementation

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

ITransactionalGraph Members | VDS.RDF Namespace