Create a new instance of DotNetRdfDataObjectContext from a BrightstarDB connection string.

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public DotNetRdfDataObjectContext(
	ConnectionString connectionString
)
Visual Basic
Public Sub New ( 
	connectionString As ConnectionString
)
Visual C++
public:
DotNetRdfDataObjectContext(
	ConnectionString^ connectionString
)
F#
new : 
        connectionString : ConnectionString -> DotNetRdfDataObjectContext

Parameters

connectionString
Type: BrightstarDB..::..ConnectionString
The connection string to be parsed.

Exceptions

ExceptionCondition
BrightstarDB.Client..::..BrightstarClientExceptionRaised if a store could not be configured from the information provided in the connection string.
System..::..ArgumentNullExceptionRaised if connectionString is NULL

See Also