WrapperTripleStore Methods | 
The WrapperTripleStore type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(IGraph) | 
            Adds a Graph to the store.
              | |
| Add(IGraph, Boolean) | 
            Adds a Graph to the store.
              | |
| AddFromUri(Uri) | 
            Adds a Graph to the store from a URI.
              | |
| AddFromUri(Uri, Boolean) | 
            Adds a Graph to the store from a URI.
              | |
| Dispose | 
            Disposes of the Triple Store.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| HasGraph | 
            Gets whether a Graph exists in the store.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| OnGraphAdded | 
            Event Handler which handles the Graph Added event from the underlying Graph Collection and raises the Triple Store's Graph Added event.
              | |
| OnGraphChanged | 
            Event Handler which handles the Changed event of the contained Graphs by raising the Triple Store's Graph Changed event.
              | |
| OnGraphCleared | 
            Event Handler which handles the Cleared event of the contained Graphs by raising the Triple Stores's Graph Cleared event.
              | |
| OnGraphMerged | 
            Event Handler which handles the Merged event of the contained Graphs by raising the Triple Store's Graph Merged event.
              | |
| OnGraphRemoved | 
            Event Handler which handles the Graph Removed event from the underlying Graph Collection and raises the Triple Stores's Graph Removed event.
              | |
| RaiseGraphAdded(GraphEventArgs) | 
            Helper method for raising the Graph Added event manually.
              | |
| RaiseGraphAdded(IGraph) | 
            Helper method for raising the Graph Added event manually.
              | |
| RaiseGraphChanged(GraphEventArgs) | 
            Helper method for raising the Graph Changed event manually.
              | |
| RaiseGraphChanged(IGraph) | 
            Helper method for raising the Graph Changed event manually.
              | |
| RaiseGraphCleared | 
            Helper method for raising the Graph Cleared event manually.
              | |
| RaiseGraphMerged | 
            Helper method for raising the Graph Merged event manually.
              | |
| RaiseGraphRemoved(GraphEventArgs) | 
            Helper method for raising the Graph Removed event manually.
              | |
| RaiseGraphRemoved(IGraph) | 
            Helper method for raising the Graph Removed event manually.
              | |
| Remove | 
            Removes a Graph from the store.
              | |
| 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.) |