Click or drag to resize

IQueryOptimiserOptimise Method

Attempts to optimise the given Graph Pattern.

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void Optimise(
	GraphPattern gp,
	IEnumerable<string> vars
)

Parameters

gp
Type: VDS.RDF.Query.PatternsGraphPattern
Graph Pattern.
vars
Type: System.Collections.GenericIEnumerableString
Variables that are present prior to the pattern.
See Also