Click or drag to resize

WrapperDatasetSetActiveGraph Method (IEnumerableUri)

Sets the Active Graph for the dataset.

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

Parameters

graphUris
Type: System.Collections.GenericIEnumerableUri
Graph URIs.

Implements

ISparqlDatasetSetActiveGraph(IEnumerableUri)
See Also