Click or drag to resize

ReadWriteSparqlConnector Constructor (SparqlRemoteEndpoint, SparqlRemoteUpdateEndpoint, SparqlConnectorLoadMethod)

Creates a new connection.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ReadWriteSparqlConnector(
	SparqlRemoteEndpoint queryEndpoint,
	SparqlRemoteUpdateEndpoint updateEndpoint,
	SparqlConnectorLoadMethod mode
)

Parameters

queryEndpoint
Type: VDS.RDF.QuerySparqlRemoteEndpoint
Query Endpoint.
updateEndpoint
Type: VDS.RDF.UpdateSparqlRemoteUpdateEndpoint
Update Endpoint.
mode
Type: VDS.RDF.StorageSparqlConnectorLoadMethod
Method for loading graphs.
See Also