ReadWriteSparqlConnector Methods | 
The ReadWriteSparqlConnector type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteGraph(String) | 
            Deletes a graph from the store.
              (Overrides SparqlConnectorDeleteGraph(String).) | |
| DeleteGraph(Uri) | 
            Deletes a graph from the store.
              (Overrides SparqlConnectorDeleteGraph(Uri).) | |
| Dispose | 
            Disposes of the Connection.
              (Inherited from SparqlConnector.) | |
| 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.) | |
| ListGraphs | 
            Lists the Graphs in the Store.
              (Inherited from SparqlConnector.) | |
| LoadGraph(IGraph, String) | 
            Loads a Graph from the SPARQL Endpoint.
              (Inherited from SparqlConnector.) | |
| LoadGraph(IGraph, Uri) | 
            Loads a Graph from the SPARQL Endpoint.
              (Inherited from SparqlConnector.) | |
| LoadGraph(IRdfHandler, String) | 
            Loads a Graph from the SPARQL Endpoint.
              (Inherited from SparqlConnector.) | |
| LoadGraph(IRdfHandler, Uri) | 
            Loads a Graph from the SPARQL Endpoint.
              (Inherited from SparqlConnector.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Query(String) | 
            Makes a Query against the SPARQL Endpoint.
              (Inherited from SparqlConnector.) | |
| Query(IRdfHandler, ISparqlResultsHandler, String) | 
            Makes a Query against the SPARQL Endpoint processing the results with an appropriate handler from those provided.
              (Inherited from SparqlConnector.) | |
| SaveGraph | 
            Saves a graph to the store.
              (Overrides SparqlConnectorSaveGraph(IGraph).) | |
| SerializeConfiguration | 
            Serializes the connection's configuration.
              (Overrides SparqlConnectorSerializeConfiguration(ConfigurationSerializationContext).) | |
| ToString | 
            Gets a String which gives details of the Connection.
              (Overrides SparqlConnectorToString.) | |
| Update | 
            Makes a SPARQL Update against the store.
              | |
| UpdateGraph(String, IEnumerableTriple, IEnumerableTriple) | 
            Updates a graph in the store.
              (Overrides SparqlConnectorUpdateGraph(String, IEnumerableTriple, IEnumerableTriple).) | |
| UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple) | 
            Updates a graph in the store.
              (Overrides SparqlConnectorUpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple).) |