Click or drag to resize

ISparqlDatasetSetDefaultGraph Method (Uri)

Sets the Default Graph to be the Graph with the given URI.

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

Parameters

graphUri
Type: SystemUri
Graph URI.
See Also