Click or drag to resize

GraphPatternUsesDefaultDataset Property

Gets whether the Graph Pattern uses the Default Dataset.

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

Property Value

Type: Boolean
Remarks
Graph Patterns generally use the Default Dataset unless they are a GRAPH pattern or they contain a Triple Pattern, child Graph Pattern or a FILTER/BIND which does not use the default dataset.
See Also