dotNetRDF API Documentation

ITransactionalStorage Interface

Interface for storage providers which have controllable transactions

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

public interface ITransactionalStorage

Types that implement ITransactionalStorage

Type Description
StardogConnector Class for connecting to a Stardog store via HTTP

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.

Requirements

Namespace: VDS.RDF.Storage

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

ITransactionalStorage Members | VDS.RDF.Storage Namespace