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.Xml.Serialization.IXmlSerializable.GetSchema()
System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)
System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public interface ITransactionalGraph : IGraph, INodeFactory, IDisposable, IXmlSerializable
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()