Click or drag to resize

AllegroGraphConnector Constructor (String, String)

Creates a new Connection to an AllegroGraph store in the Root Catalog (AllegroGraph 4.x and higher).

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

Parameters

baseUri
Type: SystemString
Base Uri for the Store.
storeID
Type: SystemString
Store ID.
See Also