Click or drag to resize

BaseDataset.UsesUnionDefaultGraph Property

Gets whether the Default Graph is treated as being the union of all Graphs in the dataset when no Default Graph is otherwise set.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool UsesUnionDefaultGraph { get; }

Property Value

Type: Boolean

Implements

ISparqlDataset.UsesUnionDefaultGraph
See Also