Click or drag to resize

VirtuosoReader Constructor (String, Int32, String, String, String)

Creates a new instance of the Virtuoso Reader which connects to a Virtuoso Native Quad Store using the given Manager.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF.Data.Virtuoso (in dotNetRDF.Data.Virtuoso.dll) Version: 2.0.1+5.Branch.master.Sha.2b2692866fdc3f3bb5bc6f318ab2f93abcc1a689
Syntax
public VirtuosoReader(
	string dbserver,
	int dbport,
	string dbname,
	string dbuser,
	string dbpassword
)

Parameters

dbserver
Type: SystemString
Database Server.
dbport
Type: SystemInt32
Database Port.
dbname
Type: SystemString
Database Name.
dbuser
Type: SystemString
Database User.
dbpassword
Type: SystemString
Database Password.
See Also