Click or drag to resize

BNodeFunctionCanParallelise Property

Gets whether the expression can be parallelised.

Namespace:  VDS.RDF.Query.Expressions.Functions.Sparql.Constructor
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool CanParallelise { get; }

Property Value

Type: Boolean

Implements

ISparqlExpressionCanParallelise
See Also