VirtuosoReader Constructor (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 dbname,
string dbuser,
string dbpassword
)
Public Sub New (
dbname As String,
dbuser As String,
dbpassword As String
)
Parameters
- dbname
- Type: SystemString
Database Name. - dbuser
- Type: SystemString
Database User. - dbpassword
- Type: SystemString
Database Password.
Remarks Assumes that Virtuoso is installed on the local host using the default port 1111.
See Also