Click or drag to resize

BaseTransactionalQuadDataset Constructor (Boolean)

Creates a Transactional Quad Dataset.

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

Parameters

unionDefaultGraph
Type: SystemBoolean
Sets whether the default graph should be the union of all graphs.
See Also