AllegroGraphConnector Constructor (String, String, String, String, String) |
Creates a new Connection to an AllegroGraph store.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic AllegroGraphConnector(
string baseUri,
string catalogID,
string storeID,
string username,
string password
)
Public Sub New (
baseUri As String,
catalogID As String,
storeID As String,
username As String,
password As String
)
Parameters
- baseUri
- Type: System.String
Base Uri for the Store. - catalogID
- Type: System.String
Catalog ID. - storeID
- Type: System.String
Store ID. - username
- Type: System.String
Username for connecting to the Store. - password
- Type: System.String
Password for connecting to the Store.
See Also