Click or drag to resize

SparqlUpdateCommandSet.AlgebraOptimisers Property

Gets/Sets the Algebra Optimisers to be applied to portions of updates that require queries to be made.

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

Property Value

Type: IEnumerable<IAlgebraOptimiser>
See Also