ReadWriteSparqlConnector Constructor (Uri, Uri) |
Creates a new connection.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public ReadWriteSparqlConnector(
Uri queryEndpoint,
Uri updateEndpoint
)
Public Sub New (
queryEndpoint As Uri,
updateEndpoint As Uri
)
Parameters
- queryEndpoint
- Type: SystemUri
Query Endpoint. - updateEndpoint
- Type: SystemUri
Update Endpoint.
See Also