Click or drag to resize

PropertyFunctionOptimiserIsApplicable Method (SparqlUpdateCommandSet)

Returns that the optimiser is applicable.

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

Parameters

cmds
Type: VDS.RDF.UpdateSparqlUpdateCommandSet
Update Commands.

Return Value

Type: Boolean

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

Implements

IAlgebraOptimiserIsApplicable(SparqlUpdateCommandSet)
See Also