GraphPatternSwapTriplePatterns Method  | 
 
            Swaps the position of the two given Triple Patterns.
            
 
    Namespace: 
   VDS.RDF.Query.Patterns
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic void SwapTriplePatterns(
	int i,
	int j
)
Public Sub SwapTriplePatterns ( 
	i As Integer,
	j As Integer
)
Parameters
- i
 - Type: SystemInt32
First Position. - j
 - Type: SystemInt32
Second Position. 
Remarks
            Intended for use by Query Optimisers.
            
See Also