Click or drag to resize

WrapperTripleStore Constructor (ITripleStore)

Creates a new triple store decorator around the given ITripleStore instance.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public WrapperTripleStore(
	ITripleStore store
)

Parameters

store
Type: VDS.RDFITripleStore
Triple Store.
See Also