WrapperTripleStore Constructor (ITripleStore) | 
 
            Creates a new triple store decorator around the given 
ITripleStore instance.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic WrapperTripleStore(
	ITripleStore store
)
Public Sub New ( 
	store As ITripleStore
)
Parameters
- store
 - Type: VDS.RDFITripleStore
Triple Store. 
See Also