Click or drag to resize

IAlgebraOptimiserIsApplicable Method (SparqlUpdateCommandSet)

Determines whether an Optimiser is applicable based on the Update Command Set being optimised.

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

Parameters

cmds
Type: VDS.RDF.UpdateSparqlUpdateCommandSet
Update Command Set.

Return Value

Type: Boolean

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

See Also