Click or drag to resize

InMemoryDataset Constructor (IInMemoryQueryableStore, Boolean)

Creates a new In-Memory dataset.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public InMemoryDataset(
	IInMemoryQueryableStore store,
	bool unionDefaultGraph
)

Parameters

store
Type: VDS.RDFIInMemoryQueryableStore
In-Memory queryable store.
unionDefaultGraph
Type: SystemBoolean
Whether the Default Graph when no Active/Default Graph is explicitly set should be the union of all Graphs in the Dataset.
See Also