A IDataObjectContext that uses one or more underlying IStorageProvider
            instances to manage RDF data.
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
public class DotNetRdfStorageProvidersDataObjectContext : DotNetRdfDataObjectContextBase  | 
| Visual Basic | 
|---|
Public Class DotNetRdfStorageProvidersDataObjectContext Inherits DotNetRdfDataObjectContextBase  | 
| Visual C++ | 
|---|
public ref class DotNetRdfStorageProvidersDataObjectContext : public DotNetRdfDataObjectContextBase  | 
| F# | 
|---|
type DotNetRdfStorageProvidersDataObjectContext = class inherit DotNetRdfDataObjectContextBase end  | 
Remarks
The collection of stores managed by this class are fixed when the class is initialized.
            The CreateStore(String, Dictionary<(Of <<'(String, String>)>>), Nullable<(Of <<'(Boolean>)>>), Nullable<(Of <<'(PersistenceType>)>>), String, String) and DeleteStore(String) methods will raise a 
            NotSupportedException if invoked.
Inheritance Hierarchy
System..::..Object
BrightstarDB.Client..::..DotNetRdfDataObjectContextBase
BrightstarDB.Client..::..DotNetRdfStorageProvidersDataObjectContext
BrightstarDB.Client..::..DotNetRdfDataObjectContextBase
BrightstarDB.Client..::..DotNetRdfStorageProvidersDataObjectContext