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: 
Syntaxpublic static bool UsePLinqEvaluation { get; set; }Public Shared Property UsePLinqEvaluation As Boolean
	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