Show / Hide Table of Contents

Interface ITransactionalStorage

Interface for storage providers which have controllable transactions.

Namespace: VDS.RDF.Storage
Assembly: dotNetRdf.dll
Syntax
public interface ITransactionalStorage
Remarks

It is up to the implementation whether transactions are per-thread or global and how transactions interact with operations performed on the storage provider. Please see individual implementations for notes on how transactions are implemented.

Methods

| Edit this page View Source

Begin()

Begins a transaction.

Declaration
void Begin()
| Edit this page View Source

Commit()

Commits a transaction.

Declaration
void Commit()
| Edit this page View Source

Rollback()

Rolls back a transaction.

Declaration
void Rollback()

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • Begin()
    • Commit()
    • Rollback()
  • Extension Methods
Back to top Generated by DocFX