Click or drag to resize

GraphPattern.SwapTriplePatterns 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: System.Int32
First Position.
j
Type: System.Int32
Second Position.
Remarks
Intended for use by Query Optimisers.
See Also