Click or drag to resize

VirtuosoManager Constructor (String, Int32, String, String, String)

Creates a Manager for a Virtuoso Native Quad Store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF.Data.Virtuoso (in dotNetRDF.Data.Virtuoso.dll) Version: 2.0.1+5.Branch.master.Sha.2b2692866fdc3f3bb5bc6f318ab2f93abcc1a689
Syntax
public VirtuosoManager(
	string server,
	int port,
	string db,
	string user,
	string password
)

Parameters

server
Type: SystemString
Server.
port
Type: SystemInt32
Port.
db
Type: SystemString
Database Name.
user
Type: SystemString
Username.
password
Type: SystemString
Password.
See Also