Click or drag to resize

BaseDatasetSetActiveGraph Method (IEnumerableUri)

Sets the Active Graph for the SPARQL query.

Namespace:  VDS.RDF.Query.Datasets
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void SetActiveGraph(
	IEnumerable<Uri> graphUris
)

Parameters

graphUris
Type: System.Collections.GenericIEnumerableUri
URIs of the Graphs which form the Active Graph.

Implements

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