Click or drag to resize

ISparqlDatasetSetActiveGraph Method (IEnumerableUri)

Sets the Active Graph to be the merge of the Graphs with the given URIs.

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

Parameters

graphUris
Type: System.Collections.GenericIEnumerableUri
Graph URIs.
See Also