Click or drag to resize

WrapperDatasetSetActiveGraph 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: SystemUri
Graph URI.

Implements

ISparqlDatasetSetActiveGraph(Uri)
See Also