PersistentTripleStore Methods | 
The PersistentTripleStore type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(IGraph) | 
            Adds a Graph into the Triple Store.
              (Inherited from BaseTripleStore.) | |
| Add(IGraph, Boolean) | 
            Adds a Graph into the Triple Store using the chosen Merging Behaviour.
              (Inherited from BaseTripleStore.) | |
| AddFromUri(Uri) | 
            Adds a Graph into the Triple Store which is retrieved from the given Uri.
              (Inherited from BaseTripleStore.) | |
| AddFromUri(Uri, Boolean) | 
            Adds a Graph into the Triple Store which is retrieved from the given Uri using the chosen Merging Behaviour.
              (Inherited from BaseTripleStore.) | |
| Discard | 
            Discards any outstanding changes returning the in-memory view of the store to the state it was in after the last Flush/Discard operation.
              | |
| Dispose | 
            Disposes of the Triple Store flushing any outstanding changes to the underlying store.
              (Overrides BaseTripleStoreDispose.) | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| ExecuteQuery(String) | 
            Executes a SPARQL Query on the Triple Store.
              | |
| ExecuteQuery(IRdfHandler, ISparqlResultsHandler, String) | 
            Executes a SPARQL Query on the Triple Store processing the results using an appropriate handler from those provided.
              | |
| ExecuteUpdate(String) | 
            Executes an Update against the Triple Store.
              | |
| ExecuteUpdate(SparqlUpdateCommand) | 
            Executes a single Update Command against the Triple Store.
              | |
| ExecuteUpdate(SparqlUpdateCommandSet) | 
            Executes a set of Update Commands against the Triple Store.
              | |
| Finalize | 
            Finalizer which ensures that the instance is properly disposed of thereby persisting any outstanding changes to the underlying store
              (Overrides ObjectFinalize.) | |
| Flush | 
            Flushes any outstanding changes to the underlying store.
              | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| HasGraph | 
            Checks whether a Graph with the given Base Uri exists in the Triple Store.
              (Inherited from BaseTripleStore.) | |
| Remove | 
            Removes a Graph from the Triple Store.
              (Inherited from BaseTripleStore.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| LoadFromEmbeddedResource(String) | Overloaded.   
            Loads an RDF dataset from an Embedded Resource into a Triple Store.
              (Defined by TripleStoreExtensions.) | |
| LoadFromEmbeddedResource(String, IStoreReader) | Overloaded.   
            Loads an RDF dataset from an Embedded Resource into a Triple Store.
              (Defined by TripleStoreExtensions.) | |
| LoadFromFile(String) | Overloaded.   
            Loads an RDF dataset from a file into a Triple Store.
              (Defined by TripleStoreExtensions.) | |
| LoadFromFile(String, IStoreReader) | Overloaded.   
            Loads an RDF dataset from a file into a Triple Store.
              (Defined by TripleStoreExtensions.) | |
| LoadFromString(String) | Overloaded.   
            Loads an RDF dataset from a String into a Triple Store.
              (Defined by TripleStoreExtensions.) | |
| LoadFromString(String, IStoreReader) | Overloaded.   
            Loads an RDF dataset from a String into a Triple Store.
              (Defined by TripleStoreExtensions.) | |
| LoadFromUri(Uri) | Overloaded.   
            Loads an RDF dataset from a URI into a Triple Store.
              (Defined by TripleStoreExtensions.) | |
| LoadFromUri(Uri, IStoreReader) | Overloaded.   
            Loads an RDF dataset from a URI into a Triple Store.
              (Defined by TripleStoreExtensions.) | |
| SaveToFile(String) | Overloaded.   
            Saves a Triple Store to a file.
              (Defined by TripleStoreExtensions.) | |
| SaveToFile(String, IStoreWriter) | Overloaded.   
            Saves a Triple Store to a file.
              (Defined by TripleStoreExtensions.) |