Click or drag to resize

SparqlUpdateCommandSetAlgebraOptimisers 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: IEnumerableIAlgebraOptimiser
See Also