Click or drag to resize

Distinct Constructor (ISparqlAlgebra, Boolean)

Creates a new Distinct Modifier.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Distinct(
	ISparqlAlgebra algebra,
	bool ignoreTemporaryVariables
)

Parameters

algebra
Type: VDS.RDF.Query.AlgebraISparqlAlgebra
Inner Algebra.
ignoreTemporaryVariables
Type: SystemBoolean
Whether to ignore temporary variables.
See Also