Click or drag to resize

BaseDatasetSetActiveGraph Method (Uri)

Sets the Active Graph for the SPARQL query.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void SetActiveGraph(
	Uri graphUri
)

Parameters

graphUri
Type: SystemUri
Uri of the Active Graph.

Implements

ISparqlDatasetSetActiveGraph(Uri)
Remarks
Helper function used primarily in the execution of GRAPH Clauses.
See Also