Click or drag to resize

ITriplePatternUsesDefaultDataset Property

Gets whether a Triple Pattern uses the Default Dataset when evaluated.

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

Property Value

Type: Boolean
Remarks
Almost all Triple Patterns use the Default Dataset unless they are sub-query patterns which themselves don't use the Default Dataset or they contain an expression (in the case of BIND/LET/FILTERs) which does not use the Default Dataset.
See Also