Click or drag to resize

WrapperDataset.SetActiveGraph Method (Uri)

Sets the Active Graph for the dataset.

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

Parameters

graphUri
Type: System.Uri
Graph URI.

Implements

ISparqlDataset.SetActiveGraph(Uri)
See Also