Click or drag to resize

BaseAlgebraOptimiserIsApplicable Method (SparqlUpdateCommandSet)

Determines whether the Optimiser can be applied to a given Update Command Set.

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract bool IsApplicable(
	SparqlUpdateCommandSet cmds
)

Parameters

cmds
Type: VDS.RDF.UpdateSparqlUpdateCommandSet
Command Set.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Optimisation.BaseAlgebraOptimiser.IsApplicable(VDS.RDF.Update.SparqlUpdateCommandSet)"]

Implements

IAlgebraOptimiserIsApplicable(SparqlUpdateCommandSet)
See Also