[Missing <summary> documentation for "T:BrightstarDB.Client.SparqlDataObjectContext"]

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class SparqlDataObjectContext : IDataObjectContext
Visual Basic
Public Class SparqlDataObjectContext
	Implements IDataObjectContext
Visual C++
public ref class SparqlDataObjectContext : IDataObjectContext
F#
type SparqlDataObjectContext =  
    class
        interface IDataObjectContext
    end

Remarks

This implementation manages access to a single query/update endpoint pair. There is one store, with a default name of "sparql" (can be overridden in the constructor). The store can be opened multiple times in parallel if desired, but all of the store instances share the same underlying connections to the SPARQL endpoints.

This implementation does not support the DeleteStore(String) and CreateStore(String, Dictionary<(Of <<'(String, String>)>>), Nullable<(Of <<'(Boolean>)>>), Nullable<(Of <<'(PersistenceType>)>>), String, String) operations. These methods will throw a NotSupportedException if they are invoked.

Inheritance Hierarchy

System..::..Object
  BrightstarDB.Client..::..SparqlDataObjectContext

See Also