Click or drag to resize

InMemoryDataset Constructor (Boolean)

Creates a new in-memory dataset using the default in-memory TripleStore as the underlying storage.

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

Parameters

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