Click or drag to resize

BaseDatasetSetDefaultGraph Method (Uri)

Sets the Default Graph.

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

Parameters

graphUri
Type: SystemUri
Graph URI.

Implements

ISparqlDatasetSetDefaultGraph(Uri)
See Also