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
)
Public Sub New (
baseUri As String,
storeID As String
)
Parameters
- baseUri
- Type: SystemString
Base Uri for the Store. - storeID
- Type: SystemString
Store ID.
See Also