Click or drag to resize

SparqlConnector Constructor (Uri, SparqlConnectorLoadMethod)

Creates a new SPARQL Connector which uses the given SPARQL Endpoint.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SparqlConnector(
	Uri endpointUri,
	SparqlConnectorLoadMethod mode
)

Parameters

endpointUri
Type: SystemUri
Endpoint URI.
mode
Type: VDS.RDF.StorageSparqlConnectorLoadMethod
Load Method to use.
See Also