Click or drag to resize

WrapperDataset.SetActiveGraph Method (IEnumerable<Uri>)

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.Generic.IEnumerable<Uri>
Graph URIs.

Implements

ISparqlDataset.SetActiveGraph(IEnumerable<Uri>)
See Also