Click or drag to resize

StardogV1Connector Constructor (String, String, StardogReasoningMode, String, String)

Creates a new connection to a Stardog Store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public StardogV1Connector(
	string baseUri,
	string kbID,
	StardogReasoningMode reasoning,
	string username,
	string password
)

Parameters

baseUri
Type: SystemString
Base Uri of the Server.
kbID
Type: SystemString
Knowledge Base (i.e. Database) ID.
reasoning
Type: VDS.RDF.StorageStardogReasoningMode
Reasoning Mode.
username
Type: SystemString
Username.
password
Type: SystemString
Password.
See Also