Click or drag to resize

BaseDataset.SetActiveGraph Method (IEnumerable<Uri>)

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.Generic.IEnumerable<Uri>
URIs of the Graphs which form the Active Graph.

Implements

ISparqlDataset.SetActiveGraph(IEnumerable<Uri>)
Remarks
Helper function used primarily in the execution of GRAPH Clauses.
See Also