Click or drag to resize

BaseQuadDataset Constructor (Boolean)

Creates a new Quad Dataset.

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

Parameters

unionDefaultGraph
Type: SystemBoolean
Whether to make the default graph the union of all graphs.
See Also