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 .
| 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 |
Namespace: VDS.RDF
Assembly: dotNetRDF (in dotNetRDF.dll)
ITransactionalGraph Members | VDS.RDF Namespace