Click or drag to resize

GraphPatternSwapTriplePatterns Method

Swaps the position of the two given Triple Patterns.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void SwapTriplePatterns(
	int i,
	int j
)

Parameters

i
Type: SystemInt32
First Position.
j
Type: SystemInt32
Second Position.
Remarks
Intended for use by Query Optimisers.
See Also