VirtuosoManager Constructor (String, String, String, Int32) |
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 db,
string user,
string password,
int timeout
)
Public Sub New (
db As String,
user As String,
password As String,
timeout As Integer
)
Parameters
- db
- Type: SystemString
Database Name. - user
- Type: SystemString
Username. - password
- Type: SystemString
Password. - timeout
- Type: SystemInt32
Connection Timeout in Seconds.
Remarks
Assumes the Server is on the localhost and the port is the default installation port of 1111.
See Also