Click or drag to resize

AllegroGraphConnector Constructor (String, String, String)

Creates a new Connection to an AllegroGraph store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public AllegroGraphConnector(
	string baseUri,
	string catalogID,
	string storeID
)

Parameters

baseUri
Type: SystemString
Base URI for the Store.
catalogID
Type: SystemString
Catalog ID.
storeID
Type: SystemString
Store ID.
See Also