Click or drag to resize

OptionsUsePLinqEvaluation Property

Gets/Sets whether the query engine will try to use PLinq where applicable to evaluate suitable SPARQL constructs in parallel.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool UsePLinqEvaluation { get; set; }

Property Value

Type: Boolean
Remarks
For the 0.6.1 release onwards this was an experimental feature and disabled by default, from 0.7.0 onwards this is enabled by default.
See Also