Click or drag to resize

IQueryOptimiser.Optimise 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.Patterns.GraphPattern
Graph Pattern.
vars
Type: System.Collections.Generic.IEnumerable<String>
Variables that are present prior to the pattern.
See Also