Click or drag to resize

BaseTriplePatternUsesDefaultDataset Property

Gets whether a Triple Pattern is Thread Safe when evaluated.

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

Property Value

Type: Boolean

Implements

ITriplePatternUsesDefaultDataset
Remarks
Almost all Triple Patterns are Thread Safe unless they are subquery patterns which themselves are not thread safe.
See Also