Click or drag to resize

SparqlQueryAlgebraOptimisers Property

Gets/Sets the locally scoped Algebra Optimisers that are used to optimise the Query Algebra in addition to (but before) any global optimisers (specified by SparqlOptimiser.AlgebraOptimisers) that are applied.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<IAlgebraOptimiser> AlgebraOptimisers { get; set; }

Property Value

Type: IEnumerableIAlgebraOptimiser
See Also