Click or drag to resize

ReadWriteSparqlConnector Constructor (SparqlRemoteEndpoint, SparqlRemoteUpdateEndpoint)

Creates a new connection.

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

Parameters

queryEndpoint
Type: VDS.RDF.QuerySparqlRemoteEndpoint
Query Endpoint.
updateEndpoint
Type: VDS.RDF.UpdateSparqlRemoteUpdateEndpoint
Update Endpoint.
See Also