BaseStardogConnector Constructor (String, String, String, String) |
Creates a new connection to a Stardog Store.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected BaseStardogConnector(
string baseUri,
string kbID,
string username,
string password
)
Protected Sub New (
baseUri As String,
kbID As String,
username As String,
password As String
)
Parameters
- baseUri
- Type: SystemString
Base Uri of the Server. - kbID
- Type: SystemString
Knowledge Base (i.e. Database) ID. - username
- Type: SystemString
Username. - password
- Type: SystemString
Password.
See Also