Click or drag to resize

SelectDistinctGraphs Constructor

Creates a new Select Distinct algebra.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SelectDistinctGraphs(
	string graphVar
)

Parameters

graphVar
Type: SystemString
Graph Variable to bind Graph URIs to.
See Also