Click or drag to resize

BaseQuadDatasetSetActiveGraph Method (IEnumerableUri)

Sets the Active Graph.

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

Parameters

graphUris
Type: System.Collections.GenericIEnumerableUri
Graph URIs.

Implements

ISparqlDatasetSetActiveGraph(IEnumerableUri)
See Also