dotNetRDF API Documentation

InMemoryManager Members

InMemoryManager overview

Public Instance Constructors

InMemoryManager Overloaded. Initializes a new instance of the InMemoryManager class.

Public Instance Properties

AsyncParentServer (inherited from BaseAsyncSafeConnector) Gets the parent server (if any)
DeleteSupported Returns that Graph Deletion is supported
IOBehaviour Gets the IO Behaviour for In-Memory stores
IsReadOnly Returns that the Store is not read-only
IsReady Returns that the Store is ready
ListGraphsSupported Returns that listing graphs is supported
ParentServer (inherited from BaseAsyncSafeConnector) Gets the parent server (if any)
UpdateSupported Returns that Triple level updates are supported

Public Instance Methods

DeleteGraphOverloaded. Deletes a Graph from the Store
DeleteGraph (inherited from BaseAsyncSafeConnector)Overloaded. Deletes a Graph from the Store
Dispose Disposes of the Manager
Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ListGraphsOverloaded. Lists the URIs of Graphs in the Store
ListGraphs (inherited from BaseAsyncSafeConnector)Overloaded. Lists the Graphs in the Store asynchronously
LoadGraphOverloaded. Loads a Graph from the Store
LoadGraph (inherited from BaseAsyncSafeConnector)Overloaded. Loads a Graph from the Store asynchronously
QueryOverloaded. Makes a SPARQL Query against the Store
SaveGraphOverloaded. Saves a Graph to the Store
SaveGraph (inherited from BaseAsyncSafeConnector)Overloaded. Saves a Graph to the Store asynchronously
SerializeConfiguration Serializes the Configuration of the Manager
ToString Gets a String representation of the Manager
UpdateOverloaded. Applies SPARQL Updates to the Store
UpdateGraphOverloaded. Updates a Graph in the Store
UpdateGraph (inherited from BaseAsyncSafeConnector)Overloaded. Updates a Graph in the Store asychronously

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

InMemoryManager Class | VDS.RDF.Storage Namespace